Search for _action
- Search 7.x for _action
- Search 8.9.x for _action
- Search 10.3.x for _action
- Search 11.x for _action
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
filter.links.action.yml | file | core/ |
core/modules/filter/filter.links.action.yml |
FilterFormatFormBase::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
FormActionXssTest | class | core/ |
Ensures that a form's action attribute can't be exploited with XSS. |
FormActionXssTest.php | file | core/ |
|
FormActionXssTest::$modules | property | core/ |
Modules to enable. |
FormActionXssTest::buildForm | function | core/ |
Form constructor. |
FormActionXssTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormActionXssTest::setUp | function | core/ |
|
FormActionXssTest::submitForm | function | core/ |
Form submission handler. |
FormActionXssTest::testFormActionXss | function | core/ |
Tests form action attribute for XSS. |
FormActionXssTest::validateForm | function | core/ |
Form validation handler. |
FormBuilder::buildFormAction | function | core/ |
Builds the $form['#action']. |
FormBuilder::renderPlaceholderFormAction | function | core/ |
Renders a form action URL. It's a #lazy_builder callback. |
forum.links.action.yml | file | core/ |
core/modules/forum/forum.links.action.yml |
ForumController::buildActionLinks | function | core/ |
Generates an action link to display at the top of the forum listing. |
ForumForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
GotoAction | class | core/ |
Redirects to a different URL. |
GotoAction.php | file | core/ |
|
GotoAction::$dispatcher | property | core/ |
The event dispatcher service. |
GotoAction::$unroutedUrlAssembler | property | core/ |
The unrouted URL assembler service. |
GotoAction::access | function | core/ |
Checks object access. |
GotoAction::buildConfigurationForm | function | core/ |
Form constructor. |
GotoAction::create | function | core/ |
Creates an instance of the plugin. |
GotoAction::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
GotoAction::execute | function | core/ |
Executes the plugin. |
GotoAction::submitConfigurationForm | function | core/ |
Form submission handler. |
GotoAction::__construct | function | core/ |
Constructs a GotoAction object. |
hook_menu_local_actions_alter | function | core/ |
Alter local actions plugins. |
image.links.action.yml | file | core/ |
core/modules/image/image.links.action.yml |
ImageCacheActions | class | core/ |
Plugin annotation @MigrateProcessPlugin( id = "d6_imagecache_actions" ) |
ImageCacheActions.php | file | core/ |
|
ImageCacheActions::transform | function | core/ |
Performs the associated process. |
ImageStyleAddForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
IndexTidDepth::defaultActions | function | core/ |
Override defaultActions() to remove summary actions. |
js-interaction-test-blocker-element.css | file | core/ |
.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 fault tolerant interactions. |
JSInteractionTest.php | file | core/ |
|
JSInteractionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
JSInteractionTest::$modules | property | core/ |
Modules to enable. |
JSInteractionTest::testElementsInteraction | function | core/ |
Assert no exception is thrown when elements become interactive. |
JSInteractionTest::testFieldValueNotSettable | function | core/ |
Assert an exception is thrown when the field is never enabled. |
JSInteractionTest::testNotClickable | function | core/ |
Assert an exception is thrown when the blocker element is never removed. |
JSInteractionTestForm | class | core/ |
Controller for testing fault tolerant JavaScript interactions. |
JSInteractionTestForm.php | file | core/ |
|
JSInteractionTestForm::buildForm | function | core/ |
Creates the test form. |
JSInteractionTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
JSInteractionTestForm::submitForm | function | core/ |
Form submission handler. |
js_interaction_test.info.yml | file | core/ |
core/modules/system/tests/modules/js_interaction_test/js_interaction_test.info.yml |
js_interaction_test.libraries.yml | file | core/ |
core/modules/system/tests/modules/js_interaction_test/js_interaction_test.libraries.yml |
js_interaction_test.routing.yml | file | core/ |
core/modules/system/tests/modules/js_interaction_test/js_interaction_test.routing.yml |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.