Search for _action

  1. Search 7.x for _action
  2. Search 9.5.x for _action
  3. Search 10.3.x for _action
  4. Search 11.x for _action
  5. Other projects
Title Object type File name Summary
field_ui.links.action.yml file core/modules/field_ui/field_ui.links.action.yml core/modules/field_ui/field_ui.links.action.yml
filter.links.action.yml file core/modules/filter/filter.links.action.yml core/modules/filter/filter.links.action.yml
FilterFormatFormBase::actions function core/modules/filter/src/FilterFormatFormBase.php Returns an array of supported actions for the current entity form.
FormActionXssTest class core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Ensures that a form's action attribute can't be exploited with XSS.
FormActionXssTest.php file core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php
FormActionXssTest::$modules property core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Modules to enable.
FormActionXssTest::buildForm function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Form constructor.
FormActionXssTest::getFormId function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Returns a unique string identifying the form.
FormActionXssTest::setUp function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php
FormActionXssTest::submitForm function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Form submission handler.
FormActionXssTest::testFormActionXss function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Tests form action attribute for XSS.
FormActionXssTest::validateForm function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Form validation handler.
FormBuilder::buildFormAction function core/lib/Drupal/Core/Form/FormBuilder.php Builds the $form['#action'].
FormBuilder::renderPlaceholderFormAction function core/lib/Drupal/Core/Form/FormBuilder.php Renders a form action URL. It's a #lazy_builder callback.
forum.links.action.yml file core/modules/forum/forum.links.action.yml core/modules/forum/forum.links.action.yml
ForumController::buildActionLinks function core/modules/forum/src/Controller/ForumController.php Generates an action link to display at the top of the forum listing.
ForumForm::actions function core/modules/forum/src/Form/ForumForm.php Returns an array of supported actions for the current entity form.
GotoAction class core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Redirects to a different URL.
GotoAction.php file core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php
GotoAction::$dispatcher property core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php The event dispatcher service.
GotoAction::$unroutedUrlAssembler property core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php The unrouted URL assembler service.
GotoAction::access function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Checks object access.
GotoAction::buildConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Form constructor.
GotoAction::create function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Creates an instance of the plugin.
GotoAction::defaultConfiguration function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Gets default configuration for this plugin.
GotoAction::execute function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Executes the plugin.
GotoAction::submitConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Form submission handler.
GotoAction::__construct function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Constructs a GotoAction object.
hook_menu_local_actions_alter function core/lib/Drupal/Core/Menu/menu.api.php Alter local actions plugins.
image.links.action.yml file core/modules/image/image.links.action.yml core/modules/image/image.links.action.yml
ImageCacheActions class core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php Plugin annotation

@MigrateProcessPlugin(
id = "d6_imagecache_actions"
)
ImageCacheActions.php file core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php
ImageCacheActions::transform function core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php Performs the associated process.
ImageStyleAddForm::actions function core/modules/image/src/Form/ImageStyleAddForm.php Returns an array of supported actions for the current entity form.
IndexTidDepth::defaultActions function core/modules/taxonomy/src/Plugin/views/argument/IndexTidDepth.php Override defaultActions() to remove summary actions.
language.links.action.yml file core/modules/language/language.links.action.yml core/modules/language/language.links.action.yml
LanguageAddForm::actions function core/modules/language/src/Form/LanguageAddForm.php Returns an array of supported actions for the current entity form.
LanguageEditForm::actions function core/modules/language/src/Form/LanguageEditForm.php Returns an array of supported actions for the current entity form.
LayoutBuilderDisableInteractionsTest class core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Tests the Layout Builder disables interactions of rendered blocks.
LayoutBuilderDisableInteractionsTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
LayoutBuilderDisableInteractionsTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php The theme to install as the default for testing.
LayoutBuilderDisableInteractionsTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Modules to enable.
LayoutBuilderDisableInteractionsTest::addBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Adds a block in the Layout Builder.
LayoutBuilderDisableInteractionsTest::assertContextualLinkRetainsMouseup function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Makes sure contextual links respond to mouseup event.
LayoutBuilderDisableInteractionsTest::assertContextualLinksClickable function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Confirms that Layout Builder contextual links remain active.
LayoutBuilderDisableInteractionsTest::assertElementUnclickable function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Checks if element is unclickable.
LayoutBuilderDisableInteractionsTest::assertLinksFormIframeNotInteractive function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Asserts that forms, links, and iframes in preview are non-interactive.
LayoutBuilderDisableInteractionsTest::getElementVerticalPosition function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Gets the element position.
LayoutBuilderDisableInteractionsTest::movePointerTo function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Moves mouse pointer to location of $selector.
LayoutBuilderDisableInteractionsTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php

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