You are here

Classes, traits, and interfaces in Key 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AuthenticationKeyType class Drupal\key\Plugin\KeyType src/Plugin/KeyType/AuthenticationKeyType.php Defines a generic key type for authentication. 1
AuthenticationMultivalueKeyType class Drupal\key\Plugin\KeyType src/Plugin/KeyType/AuthenticationMultivalueKeyType.php Defines a generic key type for authentication with multiple values. 1
ConfigKeyProvider class Drupal\key\Plugin\KeyProvider src/Plugin/KeyProvider/ConfigKeyProvider.php Adds a key provider that allows a key to be stored in configuration. 1
EncryptionKeyType class Drupal\key\Plugin\KeyType src/Plugin/KeyType/EncryptionKeyType.php Defines a generic key type for encryption.
EnvKeyProvider class Drupal\key\Plugin\KeyProvider src/Plugin/KeyProvider/EnvKeyProvider.php A key provider that allows a key to be stored in an environment variable.
FileKeyProvider class Drupal\key\Plugin\KeyProvider src/Plugin/KeyProvider/FileKeyProvider.php Adds a key provider that allows a key to be stored in a file.
GenerateKeyInput class Drupal\key\Plugin\KeyInput src/Plugin/KeyInput/GenerateKeyInput.php Defines a key input that generates a key value.
Key class Drupal\key\Entity src/Entity/Key.php Defines the Key entity. 4
KeyAddForm class Drupal\key\Form src/Form/KeyAddForm.php Class KeyAddForm.
KeyAdminTest class Drupal\Tests\key\Functional tests/src/Functional/KeyAdminTest.php Tests administration of keys.
KeyCommands class Drupal\key\Commands src/Commands/KeyCommands.php Class KeyCommands. 2
KeyConfigOverride class Drupal\key\Entity src/Entity/KeyConfigOverride.php Defines the KeyConfigOverride entity. 1
KeyConfigOverrideAddForm class Drupal\key\Form src/Form/KeyConfigOverrideAddForm.php KeyConfigOverrideAddForm class.
KeyConfigOverrideDeleteForm class Drupal\key\Form src/Form/KeyConfigOverrideDeleteForm.php Builds the form to delete a Key.
KeyConfigOverrideInterface interface Drupal\key src/KeyConfigOverrideInterface.php KeyConfigOverrideInterface interface. 1 1
KeyConfigOverrideListBuilder class Drupal\key\Controller src/Controller/KeyConfigOverrideListBuilder.php Provides a listing of key configuration overrides.
KeyConfigOverrides class Drupal\key src/KeyConfigOverrides.php Provides key overrides for configuration. 2
KeyDeleteForm class Drupal\key\Form src/Form/KeyDeleteForm.php Builds the form to delete a Key.
KeyEditForm class Drupal\key\Form src/Form/KeyEditForm.php Class KeyEditForm.
KeyEntityTest class Drupal\Tests\key\Unit\Entity tests/src/Unit/Entity/KeyEntityTest.php @coversDefaultClass \Drupal\key\Entity\Key @group key
KeyException class Drupal\key\Exception src/Exception/KeyException.php Defines a generic exception for Key. 3
KeyFormBase abstract class Drupal\key\Form src/Form/KeyFormBase.php Base form for key add and edit forms. 2
KeyInput class Drupal\key\Annotation src/Annotation/KeyInput.php Defines a key input annotation object.
KeyInputBase abstract class Drupal\key\Plugin src/Plugin/KeyInputBase.php Defines a base class for Key Type plugins. 4 4
KeyInputInterface interface Drupal\key\Plugin src/Plugin/KeyInputInterface.php Provides an interface for Key Input plugins. 1
KeyInputTest class Drupal\Tests\key\Functional tests/src/Functional/KeyInputTest.php Tests input of keys.
KeyInterface interface Drupal\key src/KeyInterface.php Provides an interface defining a Key entity. 1 8
KeyListBuilder class Drupal\key\Controller src/Controller/KeyListBuilder.php Provides a listing of keys.
KeyMultiValueTest class Drupal\Tests\key\Kernel tests/src/Kernel/KeyMultiValueTest.php Defines a test for key multi-values.
KeyNonAdminAccessTest class Drupal\Tests\key\Functional tests/src/Functional/KeyNonAdminAccessTest.php Tests access for non-admin users.
KeyOverrideAdminTest class Drupal\Tests\key\Functional tests/src/Functional/KeyOverrideAdminTest.php Tests administration of key overrides.
KeyPluginBase abstract class Drupal\key\Plugin src/Plugin/KeyPluginBase.php Defines a base class for all Key plugins. 3
KeyPluginCollection class Drupal\key\Plugin src/Plugin/KeyPluginCollection.php Provides a container for lazily loading key plugins. 1
KeyPluginDeleteFormInterface interface Drupal\key\Plugin src/Plugin/KeyPluginDeleteFormInterface.php Provides an interface for plugins that integrate with the delete form. 1
KeyPluginFormInterface interface Drupal\key\Plugin src/Plugin/KeyPluginFormInterface.php Provides an interface for plugins that have a configuration form. 5 5
KeyPluginInterface interface Drupal\key\Plugin src/Plugin/KeyPluginInterface.php Provides an interface for all Key plugins. 1
KeyPluginManager class Drupal\key\Plugin src/Plugin/KeyPluginManager.php Manages Key plugins. 1 4
KeyProvider class Drupal\key\Annotation src/Annotation/KeyProvider.php Defines a key provider annotation object.
KeyProviderBase abstract class Drupal\key\Plugin src/Plugin/KeyProviderBase.php Defines a base class for Key Provider plugins. 4 4
KeyProviderInterface interface Drupal\key\Plugin src/Plugin/KeyProviderInterface.php Provides an interface for Key Provider plugins. 1
KeyProviderSettableValueInterface interface Drupal\key\Plugin src/Plugin/KeyProviderSettableValueInterface.php Defines an interface for provider plugins that allow setting a key value. 2 4
KeyRepository class Drupal\key src/KeyRepository.php Provides a repository for Key configuration entities. 2
KeyRepositoryInterface interface Drupal\key src/KeyRepositoryInterface.php Provides the interface for a repository of Key entities. 1 2
KeyRepositoryServiceTest class Drupal\Tests\key\Functional tests/src/Functional/KeyRepositoryServiceTest.php Tests the key.repository service.
KeySelect class Drupal\key\Element src/Element/KeySelect.php Provides a select form element that displays available keys.
KeyTestBase abstract class Drupal\Tests\key\Unit tests/src/Unit/KeyTestBase.php Provides a base class for key tests. 1 1
KeyTestTrait trait Drupal\Tests\key\Functional tests/src/Functional/KeyTestTrait.php Used for key access tests.
KeyType class Drupal\key\Annotation src/Annotation/KeyType.php Defines a key type annotation object.
KeyTypeBase abstract class Drupal\key\Plugin src/Plugin/KeyTypeBase.php Defines a base class for Key Type plugins. 4 4
KeyTypeInterface interface Drupal\key\Plugin src/Plugin/KeyTypeInterface.php Provides an interface for all Key Type plugins. 1

Pages

Other projects