function NoType::execute

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()
  2. 8.9.x core/modules/system/tests/modules/action_test/src/Plugin/Action/NoType.php \Drupal\action_test\Plugin\Action\NoType::execute()
  3. 10 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 25

Class

NoType
Provides an operation with no type specified.

Namespace

Drupal\action_test\Plugin\Action

Code

public function execute($entity = NULL) {
}

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