You are here

public function NoType::execute in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php \Drupal\action_test\Plugin\Action\NoType::execute()

Executes the plugin.

Overrides ExecutableInterface::execute

File

core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php, line 22

Class

NoType
Provides an operation with no type specified.

Namespace

Drupal\action_test\Plugin\Action

Code

public function execute($entity = NULL) {
}