Search for _action

  1. Search 7.x for _action
  2. Search 8.9.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
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.
js-interaction-test-blocker-element.css file core/modules/system/tests/modules/js_interaction_test/css/js-interaction-test-blocker-element.css .blocker-element {
/* Position the box over the target. */
position: relative;
z-index: 1;
top: -30px;
left: -5px;
/* Size the box to cover the target. */
width: 500px;
height: 40px;
opacity: 0.5;
/* Make the blocker element…
JSInteractionTest class core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Tests fault tolerant interactions.
JSInteractionTest.php file core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php
JSInteractionTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php The theme to install as the default for testing.
JSInteractionTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Modules to enable.
JSInteractionTest::testElementsInteraction function core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Assert no exception is thrown when elements become interactive.
JSInteractionTest::testFieldValueNotSettable function core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Assert an exception is thrown when the field is never enabled.
JSInteractionTest::testNotClickable function core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php Assert an exception is thrown when the blocker element is never removed.
JSInteractionTestForm class core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Controller for testing fault tolerant JavaScript interactions.
JSInteractionTestForm.php file core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php
JSInteractionTestForm::buildForm function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Creates the test form.
JSInteractionTestForm::getFormId function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Returns a unique string identifying the form.
JSInteractionTestForm::submitForm function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Form submission handler.
js_interaction_test.info.yml file core/modules/system/tests/modules/js_interaction_test/js_interaction_test.info.yml core/modules/system/tests/modules/js_interaction_test/js_interaction_test.info.yml
js_interaction_test.libraries.yml file core/modules/system/tests/modules/js_interaction_test/js_interaction_test.libraries.yml core/modules/system/tests/modules/js_interaction_test/js_interaction_test.libraries.yml
js_interaction_test.routing.yml file core/modules/system/tests/modules/js_interaction_test/js_interaction_test.routing.yml core/modules/system/tests/modules/js_interaction_test/js_interaction_test.routing.yml

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