public function DeleteFeed::executeMultiple in Feeds 8.3
Executes the plugin for an array of objects.
Parameters
array $objects: An array of entities.
Overrides ActionBase::executeMultiple
1 call to DeleteFeed::executeMultiple()
- DeleteFeed::execute in src/
Plugin/ Action/ DeleteFeed.php - Executes the plugin.
File
- src/
Plugin/ Action/ DeleteFeed.php, line 75
Class
- DeleteFeed
- Redirects to a feed deletion form.
Namespace
Drupal\feeds\Plugin\ActionCode
public function executeMultiple(array $entities) {
$this->tempStore
->set($this->user
->id(), $entities);
}