function ProviderFilterDecorator::getDefinitions
Overrides DiscoveryTrait::getDefinitions
File
-
core/
modules/ migrate/ src/ Plugin/ Discovery/ ProviderFilterDecorator.php, line 80
Class
- ProviderFilterDecorator
- Remove plugin definitions with non-existing providers.
Namespace
Drupal\migrate\Plugin\DiscoveryCode
public function getDefinitions() {
return static::filterDefinitions($this->decorated
->getDefinitions(), $this->providerExists);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.