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 |
---|---|---|---|
StringInterface.php | file | core/ |
|
StringInterface.php | file | core/ |
|
StringInterface::addLocation | function | core/ |
Adds a location for this string. |
StringInterface::delete | function | core/ |
Deletes string object from storage. |
StringInterface::getId | function | core/ |
Gets the string unique identifier. |
StringInterface::getLocations | function | core/ |
Gets location information for this string. |
StringInterface::getPlurals | function | core/ |
Splits string to work with plural values. |
StringInterface::getStorage | function | core/ |
Gets the string storage. |
StringInterface::getString | function | core/ |
Gets plain string contained in this object. |
StringInterface::getValues | function | core/ |
Gets field values that are set for given field names. |
StringInterface::getVersion | function | core/ |
Gets the string version. |
StringInterface::hasLocation | function | core/ |
Checks whether the string has a given location. |
StringInterface::isNew | function | core/ |
Checks whether the object is not saved to storage yet. |
StringInterface::isSource | function | core/ |
Checks whether the object is a source string. |
StringInterface::isTranslation | function | core/ |
Checks whether the object is a translation string. |
StringInterface::save | function | core/ |
Saves string object to storage. |
StringInterface::setId | function | core/ |
Sets the string unique identifier. |
StringInterface::setPlurals | function | core/ |
Sets this string using array of plural values. |
StringInterface::setStorage | function | core/ |
Sets the string storage. |
StringInterface::setString | function | core/ |
Sets the string contained in this object. |
StringInterface::setValues | function | core/ |
Sets an array of values as object properties. |
StringInterface::setVersion | function | core/ |
Sets the string version. |
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. |
SupportsTemporaryTablesInterface | interface | core/ |
Adds support for temporary tables. |
SupportsTemporaryTablesInterface.php | file | core/ |
|
SupportsTemporaryTablesInterface::queryTemporary | function | core/ |
Runs a SELECT query and stores its results in a temporary table. |
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. |
Pagination
- Previous page
- Page 81
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.