Search for invoke

  1. Search 7.x for invoke
  2. Search 9.5.x for invoke
  3. Search 8.9.x for invoke
  4. Search 10.3.x for invoke
  5. Other projects
Title Object type File name Summary
AdvisoryTestClientMiddleware::__invoke function core/modules/system/tests/modules/advisory_feed_test/src/AdvisoryTestClientMiddleware.php HTTP middleware that replaces URI for advisory requests.
AjaxCommandsTest::testInvokeCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php @covers \Drupal\Core\Ajax\InvokeCommand
ajax_forms_test_advanced_commands_invoke_callback function core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'invoke'.
AnnounceTestHttpClientMiddleware::__invoke function core/modules/announcements_feed/tests/modules/announce_feed_test/src/AnnounceTestHttpClientMiddleware.php HTTP middleware that replaces request endpoint for a test one.
BootstrapErrorHandler::__invoke function core/tests/Drupal/TestTools/ErrorHandler/BootstrapErrorHandler.php Executes when the object is called as a function.
CallableClass::__invoke function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
CallableResolverTest::__invoke function core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php A test __invoke method.
claro_system_module_invoked_library_info_alter function core/themes/claro/claro.theme Called by system.module via its hook_library_info_alter().
claro_system_module_invoked_theme_registry_alter function core/themes/claro/claro.theme Called by system.module via its hook_theme_registry_alter().
ConfigEntityStorage::invokeHook function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Invokes a hook on behalf of the entity.
ConfigImporter::importInvokeOwner function core/lib/Drupal/Core/Config/ConfigImporter.php Invokes import* methods on configuration entity storage.
ConfigImporter::importInvokeRename function core/lib/Drupal/Core/Config/ConfigImporter.php Imports a configuration entity rename.
ContentEntityStorageBase::invokeFieldMethod function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Invokes a method on the Field objects within an entity.
ContentEntityStorageBase::invokeFieldPostSave function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Invokes the post save method on the Field objects within an entity.
ContentEntityStorageBase::invokeHook function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Invokes a hook on behalf of the entity.
ContentEntityStorageBase::invokeStorageLoadHook function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Invokes hook_entity_storage_load().
ContentEntityStorageBase::invokeTranslationHooks function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Checks translation statuses and invokes the related hooks if needed.
ContentTranslationNewTranslationWithExistingRevisionsTest::testCreatingNewDraftDoesNotInvokeDeleteHook function core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php Test translation delete hooks are not invoked.
Cron::invokeCronHandlers function core/lib/Drupal/Core/Cron.php Invokes any cron handlers implementing hook_cron.
EntityForm::prepareInvokeAll function core/lib/Drupal/Core/Entity/EntityForm.php Invokes the specified prepare hook variant.
EntityRevisionViewController::__invoke function core/lib/Drupal/Core/Entity/Controller/EntityRevisionViewController.php Provides a page to render a single entity revision.
EntityStorageBase::invokeHook function core/lib/Drupal/Core/Entity/EntityStorageBase.php Invokes a hook on behalf of the entity.
HtmlRenderer::invokePageAttachmentHooks function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Invokes the page attachment hooks.
InvokableUntrustedObject::__invoke function core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php
InvokeCommand class core/lib/Drupal/Core/Ajax/InvokeCommand.php AJAX command for invoking an arbitrary jQuery method.
InvokeCommand.php file core/lib/Drupal/Core/Ajax/InvokeCommand.php
InvokeCommand::$arguments property core/lib/Drupal/Core/Ajax/InvokeCommand.php An optional list of arguments to pass to the method.
InvokeCommand::$method property core/lib/Drupal/Core/Ajax/InvokeCommand.php A jQuery method to invoke.
InvokeCommand::$selector property core/lib/Drupal/Core/Ajax/InvokeCommand.php A CSS selector string.
InvokeCommand::render function core/lib/Drupal/Core/Ajax/InvokeCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
InvokeCommand::__construct function core/lib/Drupal/Core/Ajax/InvokeCommand.php Constructs an InvokeCommand object.
MethodCallable::__invoke function core/tests/Drupal/Tests/Core/Utility/CallableResolverTest.php A test __invoke method.
MockInvokeController class core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php
MockInvokeController::__invoke function core/tests/Drupal/Tests/Core/Controller/ControllerResolverTest.php
ModuleHandler::invoke function core/lib/Drupal/Core/Extension/ModuleHandler.php Invokes a hook in a particular module.
ModuleHandler::invokeAll function core/lib/Drupal/Core/Extension/ModuleHandler.php Invokes a hook in all enabled modules that implement it.
ModuleHandler::invokeAllDeprecated function core/lib/Drupal/Core/Extension/ModuleHandler.php Invokes a deprecated hook in all enabled modules that implement it.
ModuleHandler::invokeAllWith function core/lib/Drupal/Core/Extension/ModuleHandler.php Executes a callback for each implementation of a hook.
ModuleHandler::invokeDeprecated function core/lib/Drupal/Core/Extension/ModuleHandler.php Invokes a deprecated hook in a particular module.
ModuleHandlerDeprecatedHookTest::testInvokeAllDeprecated function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php @covers ::invokeAllDeprecated
ModuleHandlerDeprecatedHookTest::testInvokeDeprecated function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php @covers ::invokeDeprecated
ModuleHandlerInterface::invoke function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Invokes a hook in a particular module.
ModuleHandlerInterface::invokeAll function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Invokes a hook in all enabled modules that implement it.
ModuleHandlerInterface::invokeAllDeprecated function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Invokes a deprecated hook in all enabled modules that implement it.
ModuleHandlerInterface::invokeAllWith function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Executes a callback for each implementation of a hook.
ModuleHandlerInterface::invokeDeprecated function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Invokes a deprecated hook in a particular module.
ModuleHandlerTest::testInvokeAll function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests invoke all.
ModuleHandlerTest::testInvokeModuleEnabled function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests invoke methods when module is enabled.
ModuleTestController::hookDynamicLoadingInvoke function core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php Returns dynamically invoked hook results for the 'module_test' module.
ModuleTestController::hookDynamicLoadingInvokeAll function core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php Returns dynamically invoked hook results for all modules.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.