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 10.3.x for _action
  5. Other projects
Title Object type File name Summary
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 install.
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
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 install.
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::assertElementNotClickable function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Checks if element is not clickable.
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
LayoutBuilderDisableInteractionsTest::testFormsLinksDisabled function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Tests that forms and links are disabled in the Layout Builder preview.
LayoutBuilderEntityFormTrait::buildActions function core/modules/layout_builder/src/Form/LayoutBuilderEntityFormTrait.php Builds the actions for the form.
local-actions.css file core/themes/claro/css/layout/local-actions.css Layout styles for local actions.
local-actions.pcss.css file core/themes/claro/css/layout/local-actions.pcss.css Layout styles for local actions.
LocalActionDefault class core/lib/Drupal/Core/Menu/LocalActionDefault.php Provides a default implementation for local action plugins.
LocalActionDefault.php file core/lib/Drupal/Core/Menu/LocalActionDefault.php
LocalActionDefault::$routeProvider property core/lib/Drupal/Core/Menu/LocalActionDefault.php The route provider to load routes by name.
LocalActionDefault::create function core/lib/Drupal/Core/Menu/LocalActionDefault.php Creates an instance of the plugin.
LocalActionDefault::getCacheContexts function core/lib/Drupal/Core/Menu/LocalActionDefault.php The cache contexts associated with this object.
LocalActionDefault::getCacheMaxAge function core/lib/Drupal/Core/Menu/LocalActionDefault.php The maximum age for which this object may be cached.
LocalActionDefault::getCacheTags function core/lib/Drupal/Core/Menu/LocalActionDefault.php The cache tags associated with this object.
LocalActionDefault::getOptions function core/lib/Drupal/Core/Menu/LocalActionDefault.php Returns options for rendering a link for the local action.
LocalActionDefault::getRouteName function core/lib/Drupal/Core/Menu/LocalActionDefault.php Get the route name from the settings.
LocalActionDefault::getRouteParameters function core/lib/Drupal/Core/Menu/LocalActionDefault.php Returns the route parameters needed to render a link for the local action.
LocalActionDefault::getTitle function core/lib/Drupal/Core/Menu/LocalActionDefault.php Returns the localized title to be shown for this action.
LocalActionDefault::getWeight function core/lib/Drupal/Core/Menu/LocalActionDefault.php Returns the weight for the local action.

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