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 |
---|---|---|---|
ModuleHandlerInterface::invokeAllDeprecated | function | core/ |
Invokes a deprecated hook in all enabled modules that implement it. |
ModuleHandlerInterface::invokeAllWith | function | core/ |
Executes a callback for each implementation of a hook. |
ModuleHandlerInterface::invokeDeprecated | function | core/ |
Invokes a deprecated hook in a particular module. |
ModuleHandlerInterface::isLoaded | function | core/ |
Returns whether all modules have been loaded. |
ModuleHandlerInterface::load | function | core/ |
Includes a module's .module file. |
ModuleHandlerInterface::loadAll | function | core/ |
Loads all enabled modules. |
ModuleHandlerInterface::loadAllIncludes | function | core/ |
Loads an include file for each enabled module. |
ModuleHandlerInterface::loadInclude | function | core/ |
Loads a module include file. |
ModuleHandlerInterface::moduleExists | function | core/ |
Determines whether a given module is enabled. |
ModuleHandlerInterface::reload | function | core/ |
Reloads all enabled modules. |
ModuleHandlerInterface::resetImplementations | function | core/ |
Resets the cached list of hook implementations. |
ModuleHandlerInterface::setModuleList | function | core/ |
Sets an explicit list of currently active modules. |
ModuleHandlerInterface::writeCache | function | core/ |
Does not do anything. |
ModuleInstallerInterface | interface | core/ |
Provides the installation of modules with creating the db schema and more. |
ModuleInstallerInterface.php | file | core/ |
|
ModuleInstallerInterface::addUninstallValidator | function | core/ |
Adds a module uninstall validator. |
ModuleInstallerInterface::install | function | core/ |
Installs a given list of modules. |
ModuleInstallerInterface::uninstall | function | core/ |
Uninstalls a given list of modules. |
ModuleInstallerInterface::validateUninstall | function | core/ |
Determines whether a list of modules can be uninstalled. |
ModuleUninstallValidatorInterface | interface | core/ |
Common interface for module uninstall validators. |
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. |
Pagination
- Previous page
- Page 62
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.