Search for A

  1. Search 7.x for A
  2. Search 9.5.x for A
  3. Search 8.9.x for A
  4. Search 11.x for A
  5. Other projects
Title Object type File name Summary
action.routing.yml file core/modules/action/action.routing.yml core/modules/action/action.routing.yml
action.schema.yml file core/modules/action/config/schema/action.schema.yml core/modules/action/config/schema/action.schema.yml
action.settings_3022401.yml file core/modules/action/tests/fixtures/update/action.settings_3022401.yml core/modules/action/tests/fixtures/update/action.settings_3022401.yml
Action::$category property core/lib/Drupal/Core/Annotation/Action.php The category under which the action should be listed in the UI.
Action::$configuration property core/modules/system/src/Entity/Action.php The configuration of the action.
Action::$confirm_form_route_name property core/lib/Drupal/Core/Annotation/Action.php The route name for a confirmation form for this action.
Action::$id property core/lib/Drupal/Core/Annotation/Action.php The plugin ID.
Action::$id property core/modules/system/src/Entity/Action.php The name (plugin ID) of the action.
Action::$label property core/modules/system/src/Entity/Action.php The label of the action.
Action::$label property core/lib/Drupal/Core/Annotation/Action.php The human-readable name of the action plugin.
Action::$plugin property core/modules/system/src/Entity/Action.php The plugin ID of the action.
Action::$pluginCollection property core/modules/system/src/Entity/Action.php The plugin collection that stores action plugins.
Action::$type property core/modules/system/src/Entity/Action.php The action type.
Action::$type property core/lib/Drupal/Core/Annotation/Action.php The entity type the action can apply to.
Action::create function core/modules/system/src/Entity/Action.php Constructs a new entity object, without permanently saving it.
Action::execute function core/modules/system/src/Entity/Action.php
Action::fields function core/modules/system/src/Plugin/migrate/source/Action.php Returns available fields on the source.
Action::getIds function core/modules/system/src/Plugin/migrate/source/Action.php Defines the source fields uniquely identifying a source row.
Action::getPlugin function core/modules/system/src/Entity/Action.php Returns the operation plugin.
Action::getPluginCollection function core/modules/system/src/Entity/Action.php Encapsulates the creation of the action's LazyPluginCollection.
Action::getPluginCollections function core/modules/system/src/Entity/Action.php Gets the plugin collections used by this object.
Action::getPluginDefinition function core/modules/system/src/Entity/Action.php
Action::getType function core/modules/system/src/Entity/Action.php Returns the operation type.
Action::isConfigurable function core/modules/system/src/Entity/Action.php Returns whether or not this action is configurable.
Action::prepareRow function core/modules/system/src/Plugin/migrate/source/Action.php Adds additional data to the row.
Action::query function core/modules/system/src/Plugin/migrate/source/Action.php
Action::setPlugin function core/modules/system/src/Entity/Action.php
Action::sort function core/modules/system/src/Entity/Action.php Helper callback for uasort() to sort configuration entities by weight and label.
Action::__construct function core/lib/Drupal/Core/Action/Attribute/Action.php Constructs an Action attribute.
ActionAddForm class core/modules/action/src/Form/ActionAddForm.php Provides a form for action add forms.
ActionAddForm.php file core/modules/action/src/Form/ActionAddForm.php
ActionAddForm::buildForm function core/modules/action/src/Form/ActionAddForm.php
ActionAdminManageForm class core/modules/action/src/Form/ActionAdminManageForm.php Provides a configuration form for configurable actions.
ActionAdminManageForm.php file core/modules/action/src/Form/ActionAdminManageForm.php
ActionAdminManageForm::$manager property core/modules/action/src/Form/ActionAdminManageForm.php The action plugin manager.
ActionAdminManageForm::buildForm function core/modules/action/src/Form/ActionAdminManageForm.php Form constructor.
ActionAdminManageForm::create function core/modules/action/src/Form/ActionAdminManageForm.php Instantiates a new instance of this class.
ActionAdminManageForm::getFormId function core/modules/action/src/Form/ActionAdminManageForm.php Returns a unique string identifying the form.
ActionAdminManageForm::submitForm function core/modules/action/src/Form/ActionAdminManageForm.php Form submission handler.
ActionAdminManageForm::__construct function core/modules/action/src/Form/ActionAdminManageForm.php Constructs a new ActionAdminManageForm.
ActionAjaxTest class core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php Plugin used for testing AJAX in action config entity forms.
ActionAjaxTest.php file core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php
ActionAjaxTest::access function core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php Checks object access.
ActionAjaxTest::buildConfigurationForm function core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php Form constructor.
ActionAjaxTest::defaultConfiguration function core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php Gets default configuration for this plugin.
ActionAjaxTest::execute function core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php Executes the plugin.
ActionAjaxTest::partyCallback function core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php Callback for party checkbox.
ActionAjaxTest::submitConfigurationForm function core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php Form submission handler.
ActionBase class core/lib/Drupal/Core/Action/ActionBase.php Provides a base implementation for an Action plugin.
ActionBase.php file core/lib/Drupal/Core/Action/ActionBase.php

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