Search for handle
- Search 7.x for handle
- Search 9.5.x for handle
- Search 8.9.x for handle
- Search 10.3.x for handle
- Search 11.x for handle
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ModerationHandler::isModeratedEntity | function | core/ |
Determines if an entity should be moderated. |
| ModerationHandler::onPresave | function | core/ |
Operates on moderated content entities preSave(). |
| ModerationHandlerInterface | interface | core/ |
Defines operations that need to vary by entity type. |
| ModerationHandlerInterface.php | file | core/ |
|
| ModerationHandlerInterface::enforceRevisionsBundleFormAlter | function | core/ |
Alters bundle forms to enforce revision handling. |
| ModerationHandlerInterface::enforceRevisionsEntityFormAlter | function | core/ |
Alters entity forms to enforce revision handling. |
| ModerationHandlerInterface::isModeratedEntity | function | core/ |
Determines if an entity should be moderated. |
| ModerationHandlerInterface::onPresave | function | core/ |
Operates on moderated content entities preSave(). |
| ModerationStateJoinViewsHandlerTrait | trait | core/ |
Assist views handler plugins to join to the content_moderation_state entity. |
| ModerationStateJoinViewsHandlerTrait.php | file | core/ |
|
| ModerationStateJoinViewsHandlerTrait::ensureMyTable | function | core/ |
|
| ModuleHandler | class | core/ |
Class that manages modules in a Drupal installation. |
| ModuleHandler.php | file | core/ |
|
| ModuleHandler::$alterHookListeners | property | core/ |
Lists of callbacks which implement an alter hook, keyed by hook name(s). |
| ModuleHandler::$hookImplementationLists | property | core/ |
Implementation lists by hook name. |
| ModuleHandler::$hookLists | property | core/ |
Raw list of hook implementations by hook name. |
| ModuleHandler::$includeFileKeys | property | core/ |
A list of module include file keys. |
| ModuleHandler::$loaded | property | core/ |
Boolean indicating whether modules have been loaded. |
| ModuleHandler::$loadedFiles | property | core/ |
List of loaded files. |
| ModuleHandler::$moduleList | property | core/ |
Installed modules, as extension objects keyed by module name. |
| ModuleHandler::$orderingRules | property | core/ |
Ordering rules by hook name. |
| ModuleHandler::$packedOrderOperations | property | core/ |
Ordering rules by hook name, packed. |
| ModuleHandler::alter | function | core/ |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
| ModuleHandler::alterDeprecated | function | core/ |
Passes alterable variables to deprecated hook_TYPE_alter() implementations. |
| ModuleHandler::buildModuleDependencies | function | core/ |
Determines which modules require and are required by each module. |
| ModuleHandler::getCombinedListeners | function | core/ |
Builds a list of implementations for an alter hook. |
| ModuleHandler::getHookImplementationList | function | core/ |
Gets a hook implementation list for a specific hook. |
| ModuleHandler::getHookOrderingRules | function | core/ |
Gets ordering rules for a hook. |
| ModuleHandler::getModule | function | core/ |
Returns a module extension object from the currently active modules list. |
| ModuleHandler::getModuleDirectories | function | core/ |
Returns an array of directories for all enabled modules. |
| ModuleHandler::getModuleList | function | core/ |
Returns the list of currently active modules. |
| ModuleHandler::hasImplementations | function | core/ |
Determines whether there are implementations of a hook. |
| ModuleHandler::invoke | function | core/ |
Invokes a hook in a particular module. |
| ModuleHandler::invokeAll | function | core/ |
Invokes a hook in all enabled modules that implement it. |
| ModuleHandler::invokeAllDeprecated | function | core/ |
Invokes a deprecated hook in all enabled modules that implement it. |
| ModuleHandler::invokeAllWith | function | core/ |
Executes a callback for each implementation of a hook. |
| ModuleHandler::invokeDeprecated | function | core/ |
Invokes a deprecated hook in a particular module. |
| ModuleHandler::isLoaded | function | core/ |
Returns whether all modules have been loaded. |
| ModuleHandler::legacyInvoke | function | core/ |
Calls a function called $module . '_' . $hook if one exists. |
| ModuleHandler::load | function | core/ |
Includes a module's .module file. |
| ModuleHandler::loadAll | function | core/ |
Loads all enabled modules. |
| ModuleHandler::loadAllIncludes | function | core/ |
Loads an include file for each enabled module. |
| ModuleHandler::loadInclude | function | core/ |
Loads a module include file. |
| ModuleHandler::moduleExists | function | core/ |
Determines whether a given module is enabled. |
| ModuleHandler::reload | function | core/ |
Reloads all enabled modules. |
| ModuleHandler::reOrderModulesForAlter | function | core/ |
Reorder modules for alters. |
| ModuleHandler::resetImplementations | function | core/ |
Resets the cached list of hook implementations. |
| ModuleHandler::setModuleList | function | core/ |
Sets an explicit list of currently active modules. |
| ModuleHandler::triggerDeprecationError | function | core/ |
Triggers an E_USER_DEPRECATED error if any module implements the hook. |
| ModuleHandler::triggerErrorForDuplicateAlterHookListener | function | core/ |
Triggers an error on duplicate alter listeners. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.