public Action::execute(array $entities)
File
- core/modules/system/src/Entity/Action.php, line 121
Class
- Action
- Defines the configured action entity.
Namespace
Drupal\system\Entity
Code
public function execute(array $entities) { return $this->getPlugin()->executeMultiple($entities); }
Please login to continue.