Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| 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. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.