public function ActionInterface::executeMultiple in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Action/ActionInterface.php \Drupal\Core\Action\ActionInterface::executeMultiple()
Executes the plugin for an array of objects.
Parameters
array $objects: An array of entities.
1 method overrides ActionInterface::executeMultiple()
- ActionBase::executeMultiple in core/
lib/ Drupal/ Core/ Action/ ActionBase.php - Executes the plugin for an array of objects.
File
- core/
lib/ Drupal/ Core/ Action/ ActionInterface.php, line 39
Class
- ActionInterface
- Provides an interface for an Action plugin.
Namespace
Drupal\Core\ActionCode
public function executeMultiple(array $objects);