Search for invoke
- Search 7.x for invoke
- Search 8.9.x for invoke
- Search 10.3.x for invoke
- Search 11.x for invoke
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AjaxCommandsTest::testInvokeCommand | function | core/ |
@covers \Drupal\Core\Ajax\InvokeCommand[[api-linebreak]] |
ConfigEntityStorage::invokeHook | function | core/ |
Invokes a hook on behalf of the entity. |
ConfigImporter::importInvokeOwner | function | core/ |
Invokes import* methods on configuration entity storage. |
ConfigImporter::importInvokeRename | function | core/ |
Imports a configuration entity rename. |
ContentEntityStorageBase::invokeFieldMethod | function | core/ |
Invokes a method on the Field objects within an entity. |
ContentEntityStorageBase::invokeFieldPostSave | function | core/ |
Invokes the post save method on the Field objects within an entity. |
ContentEntityStorageBase::invokeHook | function | core/ |
Invokes a hook on behalf of the entity. |
ContentEntityStorageBase::invokeStorageLoadHook | function | core/ |
Invokes hook_entity_storage_load(). |
ContentEntityStorageBase::invokeTranslationHooks | function | core/ |
Checks translation statuses and invoke the related hooks if needed. |
Cron::invokeCronHandlers | function | core/ |
Invokes any cron handlers implementing hook_cron. |
EntityForm::prepareInvokeAll | function | core/ |
Invokes the specified prepare hook variant. |
EntityStorageBase::invokeHook | function | core/ |
Invokes a hook on behalf of the entity. |
HtmlRenderer::invokePageAttachmentHooks | function | core/ |
Invokes the page attachment hooks. |
InvokableUntrustedObject::__invoke | function | core/ |
|
InvokeCommand | class | core/ |
AJAX command for invoking an arbitrary jQuery method. |
InvokeCommand.php | file | core/ |
|
InvokeCommand::$arguments | property | core/ |
An optional list of arguments to pass to the method. |
InvokeCommand::$method | property | core/ |
A jQuery method to invoke. |
InvokeCommand::$selector | property | core/ |
A CSS selector string. |
InvokeCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
InvokeCommand::__construct | function | core/ |
Constructs an InvokeCommand object. |
MockInvokeController | class | core/ |
|
MockInvokeController::__invoke | function | core/ |
|
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. |
ModuleHandlerDeprecatedHookTest::testInvokeAllDeprecated | function | core/ |
@covers ::invokeAllDeprecated[[api-linebreak]] |
ModuleHandlerDeprecatedHookTest::testInvokeDeprecated | function | core/ |
@covers ::invokeDeprecated[[api-linebreak]] |
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::invokeAllWith | function | core/ |
Executes a callback for each implementation of a hook. |
ModuleHandlerInterface::invokeDeprecated | function | core/ |
Invokes a deprecated hook in a particular module. |
ModuleHandlerTest::testInvokeAll | function | core/ |
Tests invoke all. |
ModuleHandlerTest::testInvokeModuleEnabled | function | core/ |
Tests invoke methods when module is enabled. |
RendererCallbackTest::__invoke | function | core/ |
Implements magic method as a render callback. |
TestHttpClientMiddleware::__invoke | function | core/ |
HTTP middleware that replaces the user agent for simpletest requests. |
UpdateRegistry::filterOutInvokedUpdatesByExtension | function | core/ |
Filters out already executed update functions by extension. |
UpdateRegistry::filterOutInvokedUpdatesByModule | function | core/ |
Filters out already executed update functions by module. |
UpdateRegistry::registerInvokedUpdates | function | core/ |
Registers that update functions were executed. |
UpdateRegistryTest::testFilterOutInvokedUpdatesByExtension | function | core/ |
@covers ::filterOutInvokedUpdatesByExtension[[api-linebreak]] |
UpdateRegistryTest::testFilterOutInvokedUpdatesByModule | function | core/ |
@covers ::filterOutInvokedUpdatesByModule[[api-linebreak]] @group legacy |
UpdateRegistryTest::testRegisterInvokedUpdatesWithExistingUpdates | function | core/ |
@covers ::registerInvokedUpdates[[api-linebreak]] |
UpdateRegistryTest::testRegisterInvokedUpdatesWithMultiple | function | core/ |
@covers ::registerInvokedUpdates[[api-linebreak]] |
UpdateRegistryTest::testRegisterInvokedUpdatesWithoutExistingUpdates | function | core/ |
@covers ::registerInvokedUpdates[[api-linebreak]] |
update_invoke_post_update | function | core/ |
Executes a single hook_post_update_NAME(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.