Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
ActionFormAjaxTest::testActionConfigurationWithAjax function core/modules/action/tests/src/FunctionalJavascript/ActionFormAjaxTest.php Tests action plugins with AJAX save their configuration.
ActionFormBase class core/modules/action/src/Form/ActionFormBase.php Provides a base form for action forms.
ActionFormBase.php file core/modules/action/src/Form/ActionFormBase.php
ActionFormBase::$entity property core/modules/action/src/Form/ActionFormBase.php The action entity.
ActionFormBase::$storage property core/modules/action/src/Form/ActionFormBase.php The action storage.
ActionFormBase::actions function core/modules/action/src/Form/ActionFormBase.php Returns an array of supported actions for the current entity form.
ActionFormBase::create function core/modules/action/src/Form/ActionFormBase.php Instantiates a new instance of this class.
ActionFormBase::exists function core/modules/action/src/Form/ActionFormBase.php Determines if the action already exists.
ActionFormBase::form function core/modules/action/src/Form/ActionFormBase.php Gets the actual form array to be built.
ActionFormBase::getPlugin function core/modules/action/src/Form/ActionFormBase.php Gets the action plugin while ensuring it implements configuration form.
ActionFormBase::save function core/modules/action/src/Form/ActionFormBase.php Form submission handler for the 'save' action.
ActionFormBase::submitForm function core/modules/action/src/Form/ActionFormBase.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
ActionFormBase::validateForm function core/modules/action/src/Form/ActionFormBase.php Form validation handler.
ActionFormBase::__construct function core/modules/action/src/Form/ActionFormBase.php Constructs a new action form.
ActionHalJsonAnonTest class core/modules/hal/tests/src/Functional/system/ActionHalJsonAnonTest.php @group hal
@group legacy
ActionHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/system/ActionHalJsonAnonTest.php
ActionHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/system/ActionHalJsonAnonTest.php The theme to install as the default for testing.
ActionHalJsonAnonTest::$format property core/modules/hal/tests/src/Functional/system/ActionHalJsonAnonTest.php The format to use in this test.
ActionHalJsonAnonTest::$mimeType property core/modules/hal/tests/src/Functional/system/ActionHalJsonAnonTest.php The MIME type that corresponds to $format.
ActionHalJsonAnonTest::$modules property core/modules/hal/tests/src/Functional/system/ActionHalJsonAnonTest.php Modules to install.
ActionHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/system/ActionHalJsonBasicAuthTest.php @group hal
@group legacy
ActionHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/system/ActionHalJsonBasicAuthTest.php
ActionHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/system/ActionHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
ActionHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/system/ActionHalJsonBasicAuthTest.php The theme to install as the default for testing.
ActionHalJsonBasicAuthTest::$format property core/modules/hal/tests/src/Functional/system/ActionHalJsonBasicAuthTest.php The format to use in this test.
ActionHalJsonBasicAuthTest::$mimeType property core/modules/hal/tests/src/Functional/system/ActionHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ActionHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/system/ActionHalJsonBasicAuthTest.php Modules to install.
ActionHalJsonCookieTest class core/modules/hal/tests/src/Functional/system/ActionHalJsonCookieTest.php @group hal
@group legacy
ActionHalJsonCookieTest.php file core/modules/hal/tests/src/Functional/system/ActionHalJsonCookieTest.php
ActionHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/system/ActionHalJsonCookieTest.php The authentication mechanism to use in this test.
ActionHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/system/ActionHalJsonCookieTest.php The theme to install as the default for testing.
ActionHalJsonCookieTest::$format property core/modules/hal/tests/src/Functional/system/ActionHalJsonCookieTest.php The format to use in this test.
ActionHalJsonCookieTest::$mimeType property core/modules/hal/tests/src/Functional/system/ActionHalJsonCookieTest.php The MIME type that corresponds to $format.
ActionHalJsonCookieTest::$modules property core/modules/hal/tests/src/Functional/system/ActionHalJsonCookieTest.php Modules to install.
ActionInterface interface core/lib/Drupal/Core/Action/ActionInterface.php Provides an interface for an Action plugin.
ActionInterface.php file core/lib/Drupal/Core/Action/ActionInterface.php
ActionInterface::access function core/lib/Drupal/Core/Action/ActionInterface.php Checks object access.
ActionInterface::executeMultiple function core/lib/Drupal/Core/Action/ActionInterface.php Executes the plugin for an array of objects.
ActionListBuilder class core/modules/action/src/ActionListBuilder.php Defines a class to build a listing of action entities.
ActionListBuilder.php file core/modules/action/src/ActionListBuilder.php
ActionListBuilder::$actionManager property core/modules/action/src/ActionListBuilder.php The action plugin manager.
ActionListBuilder::$hasConfigurableActions property core/modules/action/src/ActionListBuilder.php
ActionListBuilder::buildHeader function core/modules/action/src/ActionListBuilder.php Builds the header row for the entity listing.
ActionListBuilder::buildRow function core/modules/action/src/ActionListBuilder.php Builds a row for an entity in the entity listing.
ActionListBuilder::createInstance function core/modules/action/src/ActionListBuilder.php Instantiates a new instance of this entity handler.
ActionListBuilder::getDefaultOperations function core/modules/action/src/ActionListBuilder.php Gets this list's default operations.
ActionListBuilder::load function core/modules/action/src/ActionListBuilder.php Loads entities of this type from storage for listing.
ActionListBuilder::render function core/modules/action/src/ActionListBuilder.php Builds the entity listing as renderable array for table.html.twig.
ActionListBuilder::__construct function core/modules/action/src/ActionListBuilder.php Constructs a new ActionListBuilder object.
ActionListTest class core/modules/action/tests/src/Functional/ActionListTest.php Test behaviors when visiting the action listing page.

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