You are here

public function EntityQueueHandlerPluginCollection::get in Entityqueue 8

Return value

\Drupal\entityqueue\EntityQueueHandlerInterface

Overrides LazyPluginCollection::get

File

src/EntityQueueHandlerPluginCollection.php, line 43

Class

EntityQueueHandlerPluginCollection
Provides a container for lazily loading EntityQueueHandler plugins.

Namespace

Drupal\entityqueue

Code

public function &get($instance_id) {
  return parent::get($instance_id);
}