W3cubDocs

/Drupal 8

public function ActionInterface::executeMultiple

public ActionInterface::executeMultiple(array $objects)

Executes the plugin for an array of objects.

Parameters

array $objects: An array of entities.

File

core/lib/Drupal/Core/Action/ActionInterface.php, line 39

Class

ActionInterface
Provides an interface for an Action plugin.

Namespace

Drupal\Core\Action

Code

public function executeMultiple(array $objects);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Action!ActionInterface.php/function/ActionInterface::executeMultiple/8.1.x