Search for _action

  1. Search 7.x for _action
  2. Search 9.5.x for _action
  3. Search 8.9.x for _action
  4. Search 11.x for _action
  5. Other projects
Title Object type File name Summary
block--local-actions-block.html.twig file core/themes/claro/templates/block--local-actions-block.html.twig Theme override for local actions (primary admin actions.)
block--local-actions-block.html.twig file core/themes/starterkit_theme/templates/block/block--local-actions-block.html.twig Theme override for local actions (primary admin actions.)
block.block.call_to_action.yml file core/modules/config/tests/config_override_test/config/install/block.block.call_to_action.yml core/modules/config/tests/config_override_test/config/install/block.block.call_to_action.yml
block.block.claro_local_actions.yml file core/themes/claro/config/optional/block.block.claro_local_actions.yml core/themes/claro/config/optional/block.block.claro_local_actions.yml
block.block.olivero_primary_admin_actions.yml file core/themes/olivero/config/optional/block.block.olivero_primary_admin_actions.yml core/themes/olivero/config/optional/block.block.olivero_primary_admin_actions.yml
block.block.stark_local_actions.yml file core/profiles/minimal/config/install/block.block.stark_local_actions.yml core/profiles/minimal/config/install/block.block.stark_local_actions.yml
BlockContentAddLocalAction class core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php Modifies the 'Add content block' local action.
BlockContentAddLocalAction.php file core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php
BlockContentAddLocalAction::create function core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php Creates an instance of the plugin.
BlockContentAddLocalAction::getOptions function core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php Returns options for rendering a link for the local action.
BlockContentAddLocalAction::__construct function core/modules/block_content/src/Plugin/Menu/LocalAction/BlockContentAddLocalAction.php Constructs a BlockContentAddLocalAction object.
BlockContentForm::actions function core/modules/block_content/src/BlockContentForm.php Returns an array of supported actions for the current entity form.
BlockEntitySettingTrayForm::actions function core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php Returns an array of supported actions for the current entity form.
BlockForm::actions function core/modules/block/src/BlockForm.php Returns an array of supported actions for the current entity form.
BlockLibraryController::$localActionManager property core/modules/block/src/Controller/BlockLibraryController.php The local action manager.
BlockLibraryController::buildLocalActions function core/modules/block/src/Controller/BlockLibraryController.php Builds the local actions for this listing.
block_block_build_local_actions_block_alter function core/modules/block/block.module Implements hook_block_build_BASE_BLOCK_ID_alter().
block_content.links.action.yml file core/modules/block_content/block_content.links.action.yml core/modules/block_content/block_content.links.action.yml
BookOutlineForm::actions function core/modules/book/src/Form/BookOutlineForm.php Returns an array of supported actions for the current entity form.
BulkForm::$actions property core/modules/views/src/Plugin/views/field/BulkForm.php An array of actions that can be executed.
BulkForm::$actionStorage property core/modules/views/src/Plugin/views/field/BulkForm.php The action storage.
BulkForm::emptyActionMessage function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the message that is displayed when no action is selected.
CacheTagsChecksumInterface::INVALID_CHECKSUM_WHILE_IN_TRANSACTION constant core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php The invalid checksum returned if a database transaction is in progress.
CacheTagsChecksumTrait::rootTransactionEndCallback function core/lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php Callback to be invoked just after a database transaction gets committed.
claro_preprocess_links__action_links function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for links__action_links.
claro_preprocess_menu_local_action function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for menu-local-action templates.
ClientConnectionTransactionState.php file core/lib/Drupal/Core/Database/Transaction/ClientConnectionTransactionState.php
comment.links.action.yml file core/modules/comment/comment.links.action.yml core/modules/comment/comment.links.action.yml
CommentForm::actions function core/modules/comment/src/CommentForm.php Returns an array of supported actions for the current entity form.
Config Action API group core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Information about the classes and interfaces that make up the Config Action
API.
ConfigAction class core/lib/Drupal/Core/Config/Action/Attribute/ConfigAction.php Defines a ConfigAction attribute object.
ConfigAction.php file core/lib/Drupal/Core/Config/Action/Attribute/ConfigAction.php
ConfigAction::__construct function core/lib/Drupal/Core/Config/Action/Attribute/ConfigAction.php Constructs a ConfigAction attribute.
ConfigActionAttributeTest class core/tests/Drupal/Tests/Core/Config/Action/ConfigActionAttributeTest.php @coversDefaultClass \Drupal\Core\Config\Action\Attribute\ConfigAction[[api-linebreak]]
@group Config
ConfigActionAttributeTest.php file core/tests/Drupal/Tests/Core/Config/Action/ConfigActionAttributeTest.php
ConfigActionAttributeTest::testNoLabelNoDeriver function core/tests/Drupal/Tests/Core/Config/Action/ConfigActionAttributeTest.php @covers ::__construct[[api-linebreak]]
ConfigActionException class core/lib/Drupal/Core/Config/Action/ConfigActionException.php @internal
This API is experimental.
ConfigActionException.php file core/lib/Drupal/Core/Config/Action/ConfigActionException.php
ConfigActionManager class core/lib/Drupal/Core/Config/Action/ConfigActionManager.php
ConfigActionManager.php file core/lib/Drupal/Core/Config/Action/ConfigActionManager.php
ConfigActionManager::$deprecatedPluginIds property core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Information about all deprecated plugin IDs.
ConfigActionManager::alterDefinitions function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Invokes the hook to alter the definitions if the alter hook is set.
ConfigActionManager::applyAction function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Applies a config action.
ConfigActionManager::createInstance function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Creates a plugin instance based on the provided ID and configuration.
ConfigActionManager::getConfigNamesMatchingExpression function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Gets the names of all active config objects that match an expression.
ConfigActionManager::getShorthandActionIdsForEntityType function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Gets a map of shorthand action IDs to plugin IDs for an entity type.
ConfigActionManager::__construct function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Constructs a new \Drupal\Core\Config\Action\ConfigActionManager object.
ConfigActionPluginInterface interface core/lib/Drupal/Core/Config/Action/ConfigActionPluginInterface.php @internal
This API is experimental.
ConfigActionPluginInterface.php file core/lib/Drupal/Core/Config/Action/ConfigActionPluginInterface.php
ConfigActionPluginInterface::apply function core/lib/Drupal/Core/Config/Action/ConfigActionPluginInterface.php Applies the config action.

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