DevelopersSDK v1
SDK v1
Overview
Contracts5
Services4
Traits4
HasSettingsHasLoggerHasSecretsHasAdminPage
Components4
SDK v1
Overview
Contracts5
Services4
Traits4
HasSettingsHasLoggerHasSecretsHasAdminPage
Components4

Traits

PHP traits that provide common functionality. Use these to reduce boilerplate in your module class.

HasSettings

v1.0.0

Provides a $settings property and automatic injection from the container.

HasLogger

v1.0.0

Provides a $logger property and automatic injection from the container.

HasSecrets

v1.0.0

Provides a $secrets property for encrypted credential storage.

HasAdminPage

v1.0.0

Registers an admin menu page and handles the admin takeover mount point. Combines with AdminTakeoverInterface.