ActionPluginCollection.php
Same filename in other branches
Namespace
Drupal\Core\ActionFile
-
core/
lib/ Drupal/ Core/ Action/ ActionPluginCollection.php
View source
<?php
namespace Drupal\Core\Action;
use Drupal\Core\Plugin\DefaultSingleLazyPluginCollection;
/**
* Provides a container for lazily loading Action plugins.
*/
class ActionPluginCollection extends DefaultSingleLazyPluginCollection {
/**
* {@inheritdoc}
*
* @return \Drupal\Core\Action\ActionInterface
*/
public function &get($instance_id) {
return parent::get($instance_id);
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
ActionPluginCollection | Provides a container for lazily loading Action plugins. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.