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 |
---|---|---|---|
CronInterface | interface | core/ |
An interface for running cron tasks. |
CronInterface.php | file | core/ |
|
CronInterface::run | function | core/ |
Executes a cron run. |
DataDefinitionInterface | interface | core/ |
Interface for data definitions. |
DataDefinitionInterface.php | file | core/ |
|
DataDefinitionInterface::addConstraint | function | core/ |
Adds a validation constraint. |
DataDefinitionInterface::createFromDataType | function | core/ |
Creates a new data definition object. |
DataDefinitionInterface::getClass | function | core/ |
Returns the class used for creating the typed data object. |
DataDefinitionInterface::getConstraint | function | core/ |
Returns a validation constraint. |
DataDefinitionInterface::getConstraints | function | core/ |
Returns an array of validation constraints. |
DataDefinitionInterface::getDataType | function | core/ |
Returns the data type of the data. |
DataDefinitionInterface::getDescription | function | core/ |
Returns a human readable description. |
DataDefinitionInterface::getLabel | function | core/ |
Returns a human readable label. |
DataDefinitionInterface::getSetting | function | core/ |
Returns the value of a given setting. |
DataDefinitionInterface::getSettings | function | core/ |
Returns the array of settings, as required by the used class. |
DataDefinitionInterface::isComputed | function | core/ |
Determines whether the data value is computed. |
DataDefinitionInterface::isInternal | function | core/ |
Determines whether the data value is internal. |
DataDefinitionInterface::isList | function | core/ |
Returns whether the data is multi-valued, i.e. a list of data items. |
DataDefinitionInterface::isReadOnly | function | core/ |
Determines whether the data is read-only. |
DataDefinitionInterface::isRequired | function | core/ |
Determines whether a data value is required. |
DataReferenceDefinitionInterface | interface | core/ |
Interface for typed data references. |
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. |
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.