Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ActionFormAjaxTest::testActionConfigurationWithAjax | function | core/ |
Tests action plugins with AJAX save their configuration. |
ActionFormBase | class | core/ |
Provides a base form for action forms. |
ActionFormBase.php | file | core/ |
|
ActionFormBase::$entity | property | core/ |
The action entity. |
ActionFormBase::$storage | property | core/ |
The action storage. |
ActionFormBase::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
ActionFormBase::create | function | core/ |
Instantiates a new instance of this class. |
ActionFormBase::exists | function | core/ |
Determines if the action already exists. |
ActionFormBase::form | function | core/ |
Gets the actual form array to be built. |
ActionFormBase::getPlugin | function | core/ |
Gets the action plugin while ensuring it implements configuration form. |
ActionFormBase::save | function | core/ |
Form submission handler for the 'save' action. |
ActionFormBase::submitForm | function | core/ |
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/ |
Form validation handler. |
ActionFormBase::__construct | function | core/ |
Constructs a new action form. |
ActionHalJsonAnonTest | class | core/ |
@group hal @group legacy |
ActionHalJsonAnonTest.php | file | core/ |
|
ActionHalJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ActionHalJsonAnonTest::$format | property | core/ |
The format to use in this test. |
ActionHalJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
ActionHalJsonAnonTest::$modules | property | core/ |
Modules to install. |
ActionHalJsonBasicAuthTest | class | core/ |
@group hal @group legacy |
ActionHalJsonBasicAuthTest.php | file | core/ |
|
ActionHalJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
ActionHalJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ActionHalJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
ActionHalJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
ActionHalJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
ActionHalJsonCookieTest | class | core/ |
@group hal @group legacy |
ActionHalJsonCookieTest.php | file | core/ |
|
ActionHalJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
ActionHalJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ActionHalJsonCookieTest::$format | property | core/ |
The format to use in this test. |
ActionHalJsonCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
ActionHalJsonCookieTest::$modules | property | core/ |
Modules to install. |
ActionInterface | interface | core/ |
Provides an interface for an Action plugin. |
ActionInterface.php | file | core/ |
|
ActionInterface::access | function | core/ |
Checks object access. |
ActionInterface::executeMultiple | function | core/ |
Executes the plugin for an array of objects. |
ActionListBuilder | class | core/ |
Defines a class to build a listing of action entities. |
ActionListBuilder.php | file | core/ |
|
ActionListBuilder::$actionManager | property | core/ |
The action plugin manager. |
ActionListBuilder::$hasConfigurableActions | property | core/ |
|
ActionListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
ActionListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
ActionListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
ActionListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
ActionListBuilder::load | function | core/ |
Loads entities of this type from storage for listing. |
ActionListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
ActionListBuilder::__construct | function | core/ |
Constructs a new ActionListBuilder object. |
ActionListTest | class | core/ |
Test behaviors when visiting the action listing page. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.