function StaticDiscovery::setDefinition

Sets a plugin definition.

File

core/lib/Drupal/Component/Plugin/Discovery/StaticDiscovery.php, line 26

Class

StaticDiscovery
A discovery mechanism that allows plugin definitions to be manually registered rather than actively discovered.

Namespace

Drupal\Component\Plugin\Discovery

Code

public function setDefinition($plugin, $definition) {
  $this->definitions[$plugin] = $definition;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.