Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ModerationInformationInterface.php | file | core/ |
|
ModerationInformationInterface::canModerateEntitiesOfEntityType | function | core/ |
Determines if an entity type can have moderated entities. |
ModerationInformationInterface::getAffectedRevisionTranslation | function | core/ |
Returns the revision translation affected translation of a revision. |
ModerationInformationInterface::getDefaultRevisionId | function | core/ |
Returns the revision ID of the default revision for the specified entity. |
ModerationInformationInterface::getLatestRevision | function | core/ |
Loads the latest revision of a specific entity. |
ModerationInformationInterface::getLatestRevisionId | function | core/ |
Returns the revision ID of the latest revision of the given entity. |
ModerationInformationInterface::getOriginalState | function | core/ |
Gets the original or initial state of the given entity. |
ModerationInformationInterface::getUnsupportedFeatures | function | core/ |
Gets unsupported features for a given entity type. |
ModerationInformationInterface::getWorkflowForEntity | function | core/ |
Gets the workflow for the given content entity. |
ModerationInformationInterface::getWorkflowForEntityTypeAndBundle | function | core/ |
Gets the workflow for the given entity type and bundle. |
ModerationInformationInterface::hasPendingRevision | function | core/ |
Determines if a pending revision exists for the specified entity. |
ModerationInformationInterface::isDefaultRevisionPublished | function | core/ |
Determines if the default revision for the given entity is published. |
ModerationInformationInterface::isLatestRevision | function | core/ |
Determines if an entity is a latest revision. |
ModerationInformationInterface::isLiveRevision | function | core/ |
Determines if an entity is "live". |
ModerationInformationInterface::isModeratedEntity | function | core/ |
Determines if an entity is moderated. |
ModerationInformationInterface::isModeratedEntityType | function | core/ |
Determines if an entity type has at least one moderated bundle. |
ModerationInformationInterface::shouldModerateEntitiesOfBundle | function | core/ |
Determines if an entity type/bundle entities should be moderated. |
ModuleHandlerInterface | interface | core/ |
Interface for classes that manage a set of enabled modules. |
ModuleHandlerInterface.php | file | core/ |
|
ModuleHandlerInterface::addModule | function | core/ |
Adds a module to the list of currently active modules. |
ModuleHandlerInterface::addProfile | function | core/ |
Adds an installation profile to the list of currently active modules. |
ModuleHandlerInterface::alter | function | core/ |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
ModuleHandlerInterface::alterDeprecated | function | core/ |
Passes alterable variables to deprecated hook_TYPE_alter() implementations. |
ModuleHandlerInterface::buildModuleDependencies | function | core/ |
Determines which modules require and are required by each module. |
ModuleHandlerInterface::getHookInfo | function | core/ |
Retrieves a list of hooks that are declared through hook_hook_info(). |
ModuleHandlerInterface::getImplementations | function | core/ |
Determines which modules are implementing a hook. |
ModuleHandlerInterface::getModule | function | core/ |
Returns a module extension object from the currently active modules list. |
ModuleHandlerInterface::getModuleDirectories | function | core/ |
Returns an array of directories for all enabled modules. Useful for tasks such as finding a file that exists in all module directories. |
ModuleHandlerInterface::getModuleList | function | core/ |
Returns the list of currently active modules. |
ModuleHandlerInterface::getName | function | core/ |
Gets the human readable name of a given module. |
ModuleHandlerInterface::implementsHook | function | core/ |
Returns whether a given module implements a given hook. |
ModuleHandlerInterface::invoke | function | core/ |
Invokes a hook in a particular module. |
ModuleHandlerInterface::invokeAll | function | core/ |
Invokes a hook in all enabled modules that implement it. |
ModuleHandlerInterface::invokeAllDeprecated | function | core/ |
Invokes a deprecated hook in all enabled modules that implement it. |
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/ |
Write the hook implementation info to the cache. |
ModuleInstallerInterface | interface | core/ |
Provides the installation of modules with creating the db schema and more. |
ModuleInstallerInterface.php | file | core/ |
|
ModuleInstallerInterface::addUninstallValidator | function | core/ |
Adds module a uninstall validator. |
ModuleInstallerInterface::install | function | core/ |
Installs a given list of modules. |
ModuleInstallerInterface::uninstall | function | core/ |
Uninstalls a given list of modules. |
Pagination
- Previous page
- Page 60
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.