function Action::execute
File
- 
              core/modules/ system/ src/ Entity/ Action.php, line 151 
Class
- Action
- Defines the configured action entity.
Namespace
Drupal\system\EntityCode
public function execute(array $entities) {
  return $this->getPlugin()
    ->executeMultiple($entities);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
