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 |
---|---|---|---|
DateFormatEditForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
DefaultsEntityForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
DeleteAction | class | core/ |
Redirects to an entity deletion form. |
DeleteAction.php | file | core/ |
|
DeleteAction::$currentUser | property | core/ |
The current user. |
DeleteAction::$tempStore | property | core/ |
The tempstore object. |
DeleteAction::access | function | core/ |
Checks object access. |
DeleteAction::create | function | core/ |
Creates an instance of the plugin. |
DeleteAction::execute | function | core/ |
Executes the plugin. |
DeleteAction::executeMultiple | function | core/ |
Executes the plugin for an array of objects. |
DeleteAction::__construct | function | core/ |
Constructs a new DeleteAction object. |
DeleteActionTest | class | core/ |
@group Action |
DeleteActionTest.php | file | core/ |
|
DeleteActionTest::$modules | property | core/ |
Modules to enable. |
DeleteActionTest::$testUser | property | core/ |
|
DeleteActionTest::setUp | function | core/ |
|
DeleteActionTest::testDeleteAction | function | core/ |
@covers \Drupal\Core\Action\Plugin\Action\DeleteAction::execute[[api-linebreak]] |
DeleteActionTest::testGetDerivativeDefinitions | function | core/ |
@covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityDeleteActionDeriver::getDerivativeDefinitions[[api-linebreak]] |
DeleteTruncateTest::testTruncateInTransaction | function | core/ |
Confirms that we can truncate a whole table while in transaction. |
DeleteTruncateTest::testTruncateTransactionRollback | function | core/ |
Confirms that transaction rollback voids a truncate operation. |
DestinationBase::$rollbackAction | property | core/ |
The rollback action to be saved for the last imported item. |
DestinationBase::rollbackAction | function | core/ |
The rollback action for the last imported item. |
DestinationBase::setRollbackAction | function | core/ |
For a destination item being updated, set the appropriate rollback action. |
DisplayTest::testActionLinks | function | core/ |
Tests the action links on the edit display UI. |
drupal-8.action-3022401.php | file | core/ |
Contains database additions to for testing upgrade path for action settings. |
EmailAction | class | core/ |
Sends an email message. |
EmailAction.php | file | core/ |
|
EmailAction::$emailValidator | property | core/ |
The email validator. |
EmailAction::$languageManager | property | core/ |
The language manager. |
EmailAction::$logger | property | core/ |
A logger instance. |
EmailAction::$mailManager | property | core/ |
The mail manager. |
EmailAction::$storage | property | core/ |
The user storage. |
EmailAction::$token | property | core/ |
The token service. |
EmailAction::access | function | core/ |
Checks object access. |
EmailAction::buildConfigurationForm | function | core/ |
Form constructor. |
EmailAction::create | function | core/ |
Creates an instance of the plugin. |
EmailAction::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
EmailAction::execute | function | core/ |
Executes the plugin. |
EmailAction::submitConfigurationForm | function | core/ |
Form submission handler. |
EmailAction::validateConfigurationForm | function | core/ |
Form validation handler. |
EmailAction::__construct | function | core/ |
Constructs an EmailAction object. |
EmailActionTest | class | core/ |
Tests for the EmailAction plugin. |
EmailActionTest.php | file | core/ |
|
EmailActionTest::$modules | property | core/ |
Modules to enable. |
EmailActionTest::setUp | function | core/ |
|
EmailActionTest::testEmailAction | function | core/ |
Tests the email action plugin. |
EndOfTransactionQueriesTest | class | core/ |
Tests that cache tag invalidation queries are delayed to the end of transactions. |
EndOfTransactionQueriesTest.php | file | core/ |
|
EndOfTransactionQueriesTest::$modules | property | core/ |
Modules to enable. |
EndOfTransactionQueriesTest::getDatabaseConnectionInfo | function | core/ |
Returns the Database connection info to be used for this test. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.