PHP traits that provide common functionality. Use these to reduce boilerplate in your module class.
Provides a $settings property and automatic injection from the container.
Provides a $logger property and automatic injection from the container.
Provides a $secrets property for encrypted credential storage.
Registers an admin menu page and handles the admin takeover mount point. Combines with AdminTakeoverInterface.