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 |
---|---|---|---|
ModuleUninstallValidatorInterface.php | file | core/ |
|
ModuleUninstallValidatorInterface::validate | function | core/ |
Determines the reasons a module can not be uninstalled. |
MultiItemsFieldHandlerInterface | interface | core/ |
Defines a field handler which renders multiple items per row. |
MultiItemsFieldHandlerInterface.php | file | core/ |
|
MultiItemsFieldHandlerInterface::getItems | function | core/ |
Gets an array of items for the field. |
MultiItemsFieldHandlerInterface::renderItems | function | core/ |
Render all items in this field together. |
MultiItemsFieldHandlerInterface::render_item | function | core/ |
Renders a single item of a row. |
MultipleProviderAnnotationInterface | interface | core/ |
Defines a common interface for classed annotations with multiple providers. |
MultipleProviderAnnotationInterface.php | file | core/ |
|
MultipleProviderAnnotationInterface::getProvider | function | core/ |
Gets the name of the provider of the annotated class. |
MultipleProviderAnnotationInterface::getProviders | function | core/ |
Gets the provider names of the annotated class. |
MultipleProviderAnnotationInterface::setProviders | function | core/ |
Sets the provider names of the annotated class. |
NodeAccessControlHandlerInterface | interface | core/ |
Node specific entity access control methods. |
NodeAccessControlHandlerInterface.php | file | core/ |
|
NodeAccessControlHandlerInterface::acquireGrants | function | core/ |
Gets the list of node access grants. |
NodeAccessControlHandlerInterface::checkAllGrants | function | core/ |
Checks all grants for a given account. |
NodeAccessControlHandlerInterface::countGrants | function | core/ |
Counts available node grants. |
NodeAccessControlHandlerInterface::deleteGrants | function | core/ |
Deletes all node access entries. |
NodeAccessControlHandlerInterface::writeDefaultGrant | function | core/ |
Creates the default node access grant entry on the grant storage. |
NodeGrantDatabaseStorageInterface | interface | core/ |
Provides an interface for node access grant storage. |
NodeGrantDatabaseStorageInterface.php | file | core/ |
|
NodeGrantDatabaseStorageInterface::access | function | core/ |
Determines access to nodes based on node grants. |
NodeGrantDatabaseStorageInterface::alterQuery | function | core/ |
Alters a query when node access is required. |
NodeGrantDatabaseStorageInterface::checkAll | function | core/ |
Checks all grants for a given account. |
NodeGrantDatabaseStorageInterface::count | function | core/ |
Counts available node grants. |
NodeGrantDatabaseStorageInterface::delete | function | core/ |
Deletes all node access entries. |
NodeGrantDatabaseStorageInterface::deleteNodeRecords | function | core/ |
Remove the access records belonging to certain nodes. |
NodeGrantDatabaseStorageInterface::write | function | core/ |
Writes a list of grants to the database, deleting previously saved ones. |
NodeGrantDatabaseStorageInterface::writeDefault | function | core/ |
Creates the default node access grant entry. |
NodeInterface | interface | core/ |
Provides an interface defining a node entity. |
NodeInterface.php | file | core/ |
|
NodeInterface::getCreatedTime | function | core/ |
Gets the node creation timestamp. |
NodeInterface::getRevisionCreationTime | function | core/ |
Gets the node revision creation timestamp. |
NodeInterface::getTitle | function | core/ |
Gets the node title. |
NodeInterface::getType | function | core/ |
Gets the node type. |
NodeInterface::isPromoted | function | core/ |
Returns the node promotion status. |
NodeInterface::isSticky | function | core/ |
Returns the node sticky status. |
NodeInterface::NOT_PROMOTED | constant | core/ |
Denotes that the node is not promoted to the front page. |
NodeInterface::NOT_PUBLISHED | constant | core/ |
Denotes that the node is not published. |
NodeInterface::NOT_STICKY | constant | core/ |
Denotes that the node is not sticky at the top of the page. |
NodeInterface::PROMOTED | constant | core/ |
Denotes that the node is promoted to the front page. |
NodeInterface::PUBLISHED | constant | core/ |
Denotes that the node is published. |
NodeInterface::setCreatedTime | function | core/ |
Sets the node creation timestamp. |
NodeInterface::setPromoted | function | core/ |
Sets the node promoted status. |
NodeInterface::setRevisionCreationTime | function | core/ |
Sets the node revision creation timestamp. |
NodeInterface::setSticky | function | core/ |
Sets the node sticky status. |
NodeInterface::setTitle | function | core/ |
Sets the node title. |
NodeInterface::STICKY | constant | core/ |
Denotes that the node is sticky at the top of the page. |
NodeStorageInterface | interface | core/ |
Defines an interface for node entity storage classes. |
NodeStorageInterface.php | file | core/ |
Pagination
- Previous page
- Page 61
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.