Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DateTimeItemInterface | interface | core/ |
Interface definition for Datetime items. |
DateTimeItemInterface.php | file | core/ |
|
DateTimeItemInterface::DATETIME_STORAGE_FORMAT | constant | core/ |
Defines the format that date and time should be stored in. |
DateTimeItemInterface::DATE_STORAGE_FORMAT | constant | core/ |
Defines the format that dates should be stored in. |
DateTimeItemInterface::STORAGE_TIMEZONE | constant | core/ |
Defines the timezone that dates should be stored in. |
DateTimeRangeConstantsInterface | interface | core/ |
Declares constants used in the datetime range module. |
DateTimeRangeConstantsInterface.php | file | core/ |
|
DateTimeRangeConstantsInterface::BOTH | constant | core/ |
Values for the 'from_to' formatter setting. |
DateTimeRangeConstantsInterface::END_DATE | constant | core/ |
|
DateTimeRangeConstantsInterface::START_DATE | constant | core/ |
|
DecimalInterface | interface | core/ |
Interface for decimal numbers. |
DecimalInterface.php | file | core/ |
|
DefaultFactory::$interface | property | core/ |
Defines an interface each plugin should implement. |
DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a required interface but no implementation. |
DefaultFactoryTest::testGetPluginClassWithInterfaceAndInvalidClassWithObjectPluginDefinition | function | core/ |
Tests getPluginClass() with a required interface but no implementation. |
DefaultFactoryTest::testGetPluginClassWithInterfaceWithArrayPluginDefinition | function | core/ |
Tests getPluginClass() with a required interface. |
DefaultFactoryTest::testGetPluginClassWithInterfaceWithObjectPluginDefinition | function | core/ |
Tests getPluginClass() with a required interface. |
DefaultLazyPluginCollectionTest::testConfigurableInterface | function | core/ |
Tests that plugin methods are correctly attached to interfaces. |
DefaultPluginManager::$pluginInterface | property | core/ |
The interface each plugin should implement. |
DefaultPluginManagerTest::testCreateInstanceWithInvalidInterfaces | function | core/ |
Tests plugins without the proper interface. |
DefaultPluginManagerTest::testCreateInstanceWithJustValidInterfaces | function | core/ |
Tests plugins with the proper interface. |
DefaultPluginManagerTest::testGetDefinitionsWithoutRequiredInterface | function | core/ |
Tests plugins without a required interface. |
DefaultsSectionStorageInterface | interface | core/ |
Defines an interface for an object that stores layout sections for defaults. |
DefaultsSectionStorageInterface.php | file | core/ |
|
DelayableQueueInterface | interface | core/ |
Delayable queue interface. |
DelayableQueueInterface.php | file | core/ |
|
DelayableQueueInterface::delayItem | function | core/ |
Delay an item so it runs in the future. |
DeletedFieldsRepositoryInterface | interface | core/ |
Provides an interface for a deleted fields repository. |
DeletedFieldsRepositoryInterface.php | file | core/ |
|
DeletedFieldsRepositoryInterface::addFieldDefinition | function | core/ |
Adds a field definition object to the deleted list. |
DeletedFieldsRepositoryInterface::addFieldStorageDefinition | function | core/ |
Adds a field storage definition object to the deleted list. |
DeletedFieldsRepositoryInterface::getFieldDefinitions | function | core/ |
Returns a list of deleted field definitions. |
DeletedFieldsRepositoryInterface::getFieldStorageDefinitions | function | core/ |
Returns a list of deleted field storage definitions. |
DeletedFieldsRepositoryInterface::removeFieldDefinition | function | core/ |
Removes a field definition object from the deleted list. |
DeletedFieldsRepositoryInterface::removeFieldStorageDefinition | function | core/ |
Removes a field storage definition object from the deleted list. |
DependentAccessInterface | interface | core/ |
Interface for AccessibleInterface objects that have an access dependency. |
DependentAccessInterface.php | file | core/ |
|
DependentAccessInterface::getAccessDependency | function | core/ |
Gets the access dependency. |
DependentPluginDefinitionInterface | interface | core/ |
Provides an interface for a plugin definition that has dependencies. |
DependentPluginDefinitionInterface.php | file | core/ |
|
DependentPluginDefinitionInterface::getConfigDependencies | function | core/ |
Gets the config dependencies of this plugin definition. |
DependentPluginDefinitionInterface::setConfigDependencies | function | core/ |
Sets the config dependencies of this plugin definition. |
DependentPluginInterface | interface | core/ |
Provides an interface for a plugin that has dependencies. |
DependentPluginInterface.php | file | core/ |
|
DependentPluginInterface::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
DependentWithRemovalPluginInterface | interface | core/ |
Provides an interface for a plugin that has dependencies that can be removed. |
DependentWithRemovalPluginInterface.php | file | core/ |
|
DependentWithRemovalPluginInterface::onDependencyRemoval | function | core/ |
Allows a plugin to define whether it should be removed. |
DerivablePluginDefinitionInterface | interface | core/ |
Provides an interface for a derivable plugin definition. |
DerivablePluginDefinitionInterface.php | file | core/ |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.