public function NoType::execute

Executes the plugin.

Overrides ExecutableInterface::execute

File

drupal/core/modules/system/tests/modules/action_test/lib/Drupal/action_test/Plugin/Action/NoType.php, line 27
Contains \Drupal\action_test\Plugin\Action\NoType.

Class

NoType
Provides an operation with no type specified.

Namespace

Drupal\action_test\Plugin\Action

Code

public function execute($entity = NULL) {
}