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 |
---|---|---|---|
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. |
TermInterface::getFormat | function | core/ |
Gets the text format name for the term description. |
TermInterface::getName | function | core/ |
Gets the term name. |
TermInterface::getWeight | function | core/ |
Gets the term weight. |
TermInterface::setDescription | function | core/ |
Sets the term description. |
TermInterface::setFormat | function | core/ |
Sets the text format name for the term description. |
TermInterface::setName | function | core/ |
Sets the term name. |
TermInterface::setWeight | function | core/ |
Sets the term weight. |
TermStorageInterface | interface | core/ |
Defines an interface for taxonomy_term entity storage classes. |
TermStorageInterface.php | file | core/ |
|
TermStorageInterface::getNodeTerms | function | core/ |
Returns all terms used to tag some given nodes. |
TermStorageInterface::getTermIdsWithPendingRevisions | function | core/ |
Gets a list of term IDs with pending revisions. |
TermStorageInterface::getVocabularyHierarchyType | function | core/ |
Returns the hierarchy type for a specific vocabulary ID. |
TermStorageInterface::loadAllParents | function | core/ |
Finds all ancestors of a given term ID. |
TermStorageInterface::loadChildren | function | core/ |
Finds all children of a term ID. |
TermStorageInterface::loadParents | function | core/ |
Finds all parents of a given term ID. |
TermStorageInterface::loadTree | function | core/ |
Finds all terms in a given vocabulary ID. |
TermStorageInterface::nodeCount | function | core/ |
Count the number of nodes in a given vocabulary ID. |
TermStorageInterface::resetWeights | function | core/ |
Reset the weights for a given vocabulary ID. |
TermTest::testTermInterface | function | core/ |
Save, edit and delete a term using the user interface. |
TermTest::testTermMultipleParentsInterface | function | core/ |
Tests saving a term with multiple parents through the UI. |
Test1Interface | interface | core/ |
Provides a test interface. |
Test2Interface | interface | core/ |
Provides a different test interface. |
TestAccessCheckInterface | interface | core/ |
Defines an interface with a defined access() method for mocking. |
TestAccessCheckInterface::access | function | core/ |
|
TestAuthenticationProviderInterface | interface | core/ |
Helper interface to mock two interfaces at once. |
TestBaseFieldDefinitionInterface | interface | core/ |
Defines a test interface to mock entity base field definitions. |
TestBaseFieldDefinitionInterface.php | file | core/ |
|
TestBaseInterface | interface | core/ |
|
TestBlockPluginWithRefinableDependentAccessInterface | interface | core/ |
Test interface for dependent access block plugins. |
Pagination
- Previous page
- Page 82
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.