Search for invoke

  1. Search 7.x for invoke
  2. Search 9.5.x for invoke
  3. Search 10.3.x for invoke
  4. Search 11.x for invoke
  5. Other projects
Title Object type File name Summary
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'.
CallableClass::__invoke function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
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 invoke the related hooks if needed.
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.
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.
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::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
@expectedDeprecation The deprecated hook hook_deprecated_hook() is implemented in these functions: deprecation_test_deprecated_hook(). Use something else.
ModuleHandlerDeprecatedHookTest::testInvokeDeprecated function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php @covers ::invokeDeprecated
@expectedDeprecation The deprecated hook hook_deprecated_hook() is implemented in these functions: deprecation_test_deprecated_hook(). Use something else.
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::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 Test invoke all.
ModuleHandlerTest::testInvokeModuleEnabled function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Test 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.
OEmbedResourceConstraintValidatorTest::testValidateUrlResolverInvoked function core/modules/media/tests/src/Kernel/OEmbedResourceConstraintValidatorTest.php @covers ::validate
PathAliasStorage::invokeHook function core/modules/path_alias/src/PathAliasStorage.php Invokes a hook on behalf of the entity.
Phpunit4CompatibilityTest::testFrameworkMockObjectMatcherInvokedRecorder function core/tests/Drupal/Tests/Phpunit4CompatibilityTest.php Tests existence of \PHPUnit_Framework_MockObject_Matcher_InvokedRecorder.
PluginEventSubscriber::invoke function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Tries to invoke event handling methods on source and destination plugins.
RendererCallbackTest::__invoke function core/tests/Drupal/Tests/Core/Render/RendererCallbackTest.php Implements magic method as a render callback.
search_invoke_preprocess function core/modules/search/search.module Invokes hook_search_preprocess() to simplify text.
TestBaseTest::invokeProtectedMethod function core/modules/simpletest/tests/src/Unit/TestBaseTest.php Invoke methods that are protected or private.
TestEventListener::$postFooInvoked property core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
TestEventListener::$preFooInvoked property core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
TestHttpClientMiddleware::__invoke function core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php HTTP middleware that replaces the user agent for simpletest requests.
UpdateRegistry::filterOutInvokedUpdatesByModule function core/lib/Drupal/Core/Update/UpdateRegistry.php Filters out already executed update functions by module.

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