function TestAction::execute

Same name and namespace in other branches
  1. 11.x core/modules/views/tests/modules/action_bulk_test/src/Plugin/Action/TestAction.php \Drupal\action_bulk_test\Plugin\Action\TestAction::execute()
  2. 10 core/modules/views/tests/modules/action_bulk_test/src/Plugin/Action/TestAction.php \Drupal\action_bulk_test\Plugin\Action\TestAction::execute()

Executes the plugin.

phpcs:ignore Drupal.Commenting.FunctionComment.ParamNameNoMatch

@todo Uncomment the new $object method parameter before drupal:12.0.0.

Parameters

object|null $object: (optional) An object to execute the plugin on/with.

Overrides ExecutableInterface::execute

File

core/modules/views/tests/modules/action_bulk_test/src/Plugin/Action/TestAction.php, line 35

Class

TestAction
Test action.

Namespace

Drupal\action_bulk_test\Plugin\Action

Code

public function execute() : void {
}

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