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 |
---|---|---|---|
StringInterface::setValues | function | core/ |
Sets an array of values as object properties. |
StringInterface::setVersion | function | core/ |
Sets the string version. |
StringNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
StringNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
StringStorageInterface | interface | core/ |
Defines the locale string storage interface. |
StringStorageInterface.php | file | core/ |
|
StringStorageInterface::countStrings | function | core/ |
Counts source strings. |
StringStorageInterface::countTranslations | function | core/ |
Counts translations. |
StringStorageInterface::createString | function | core/ |
Creates a source string object bound to this storage but not saved. |
StringStorageInterface::createTranslation | function | core/ |
Creates a string translation object bound to this storage but not saved. |
StringStorageInterface::delete | function | core/ |
Delete string from storage. |
StringStorageInterface::deleteStrings | function | core/ |
Deletes source strings and translations using conditions. |
StringStorageInterface::deleteTranslations | function | core/ |
Deletes translations using conditions. |
StringStorageInterface::findString | function | core/ |
Loads a string source object, fast query. |
StringStorageInterface::findTranslation | function | core/ |
Loads a string translation object, fast query. |
StringStorageInterface::getLocations | function | core/ |
Loads string location information. |
StringStorageInterface::getStrings | function | core/ |
Loads multiple source string objects. |
StringStorageInterface::getTranslations | function | core/ |
Loads multiple string translation objects. |
StringStorageInterface::save | function | core/ |
Save string object to storage. |
SubformStateInterface | interface | core/ |
Stores information about the state of a subform. |
SubformStateInterface.php | file | core/ |
|
SubformStateInterface::getCompleteFormState | function | core/ |
Gets the complete form state. |
SynchronizableInterface | interface | core/ |
Defines methods for an entity that supports synchronization. |
SynchronizableInterface.php | file | core/ |
|
SynchronizableInterface::isSyncing | function | core/ |
Returns whether this entity is being changed as part of a synchronization. |
SynchronizableInterface::setSyncing | function | core/ |
Sets the status of the synchronization flag. |
TableMappingInterface | interface | core/ |
Provides a common interface for mapping field columns to SQL tables. |
TableMappingInterface.php | file | core/ |
|
TableMappingInterface::DELTA | constant | core/ |
A property that represents delta used in entity query conditions. |
TableMappingInterface::getAllColumns | function | core/ |
Gets a list of all database columns for a given table. |
TableMappingInterface::getAllFieldTableNames | function | core/ |
Gets all the table names in which an entity field is stored. |
TableMappingInterface::getColumnNames | function | core/ |
Gets a mapping of field columns to database columns for a given field. |
TableMappingInterface::getExtraColumns | function | core/ |
Gets a list of extra database columns, which store denormalized data. |
TableMappingInterface::getFieldColumnName | function | core/ |
Generates a column name for a field property. |
TableMappingInterface::getFieldNames | function | core/ |
Gets a list of names for entity fields stored in the specified table. |
TableMappingInterface::getFieldTableName | function | core/ |
Gets the table name for a given column. |
TableMappingInterface::getReservedColumns | function | core/ |
Gets the list of columns that can not be used as field type columns. |
TableMappingInterface::getTableNames | function | core/ |
Gets a list of table names for this mapping. |
TablesInterface | interface | core/ |
Adds tables and fields to the SQL entity query. |
TablesInterface.php | file | core/ |
|
TablesInterface::addField | function | core/ |
Adds a field to a database query. |
TablesInterface::isFieldCaseSensitive | function | core/ |
Determines whether the given field is case sensitive. |
TaggedHandlersPassTest::testProcessInterfaceMismatch | function | core/ |
Tests interface validation in non-production environment. |
TaggedHandlersPassTest::testProcessMissingInterface | function | core/ |
Tests consumer with missing interface in non-production environment. |
TempStoreIdentifierInterface | interface | core/ |
Provides an interface that allows an object to provide its own tempstore key. |
TempStoreIdentifierInterface.php | file | core/ |
|
TempStoreIdentifierInterface::getTempstoreKey | function | core/ |
Gets a string suitable for use as a tempstore key. |
TermInterface | interface | core/ |
Provides an interface defining a taxonomy term entity. |
TermInterface.php | file | core/ |
|
TermInterface::getDescription | function | core/ |
Gets the term description. |
Pagination
- Previous page
- Page 79
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.