You are here

public function EntityQueueHandlerInterface::onQueuePreSave in Entityqueue 8

Acts on an entity queue before the presave hook is invoked.

Parameters

\Drupal\entityqueue\EntityQueueInterface $queue: The entity queue object.

\Drupal\Core\Entity\EntityStorageInterface $storage: The entity storage object.

1 method overrides EntityQueueHandlerInterface::onQueuePreSave()
EntityQueueHandlerBase::onQueuePreSave in src/EntityQueueHandlerBase.php
Acts on an entity queue before the presave hook is invoked.

File

src/EntityQueueHandlerInterface.php, line 66

Class

EntityQueueHandlerInterface
Provides an interface for an EntityQueueHandler plugin.

Namespace

Drupal\entityqueue

Code

public function onQueuePreSave(EntityQueueInterface $queue, EntityStorageInterface $storage);