public function ProviderPluginCollection::get in Synonyms 2.0.x
Return value
\Drupal\synonyms\ProviderInterface\ProviderInterface The return value
Overrides LazyPluginCollection::get
File
- src/
ProviderPluginCollection.php, line 18
Class
- ProviderPluginCollection
- Provides a collection of synonym provider plugins.
Namespace
Drupal\synonymsCode
public function &get($instance_id) {
return parent::get($instance_id);
}