Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DataReferenceDefinitionInterface.php | file | core/ |
|
DataReferenceDefinitionInterface::getTargetDefinition | function | core/ |
Gets the data definition of the referenced data. |
DataReferenceInterface | interface | core/ |
Interface for typed data references. |
DataReferenceInterface.php | file | core/ |
|
DataReferenceInterface::getTarget | function | core/ |
Gets the referenced data. |
DataReferenceInterface::getTargetIdentifier | function | core/ |
Gets the identifier of the referenced data. |
DateFormatInterface | interface | core/ |
Provides an interface defining a date format. |
DateFormatInterface.php | file | core/ |
|
DateFormatInterface::getPattern | function | core/ |
Gets the date pattern string for this format. |
DateFormatInterface::isLocked | function | core/ |
Determines if this date format is locked. |
DateFormatInterface::setPattern | function | core/ |
Sets the date pattern for this format. |
DateFormatterInterface | interface | core/ |
Provides an interface defining a date formatter. |
DateFormatterInterface.php | file | core/ |
|
DateFormatterInterface::format | function | core/ |
Formats a date, using a date type or a custom date format string. |
DateFormatterInterface::formatDiff | function | core/ |
Formats a time interval between two timestamps. |
DateFormatterInterface::formatInterval | function | core/ |
Formats a time interval with the requested granularity. |
DateFormatterInterface::formatTimeDiffSince | function | core/ |
Formats the time difference from a timestamp to the current request time. |
DateFormatterInterface::formatTimeDiffUntil | function | core/ |
Formats the time difference from the current request time to a timestamp. |
DateFormatterInterface::getSampleDateFormats | function | core/ |
Provides values for all date formatting characters for a given timestamp. |
DateSqlInterface | interface | core/ |
Defines an interface for handling date queries with SQL. |
DateSqlInterface.php | file | core/ |
|
DateSqlInterface::getDateField | function | core/ |
Returns a native database expression for a given field. |
DateSqlInterface::getDateFormat | function | core/ |
Creates a native database date formatting. |
DateSqlInterface::setFieldTimezoneOffset | function | core/ |
Applies the given offset to the given field. |
DateSqlInterface::setTimezoneOffset | function | core/ |
Set the database to the given timezone. |
DateTimeInterface | interface | core/ |
Interface for dates, optionally including a time. |
DateTimeInterface.php | file | core/ |
|
DateTimeInterface::getDateTime | function | core/ |
Returns the date time object. |
DateTimeInterface::setDateTime | function | core/ |
Sets the date time object. |
DateTimeIso8601Normalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
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. |
DateTimeNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
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. |
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. |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.