You are here

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\Action

Code

public function executeMultiple(array $entities) {
  $this->tempStore
    ->set($this->user
    ->id(), $entities);
}