You are here

protected property ProviderFilterDecorator::$decorated in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php \Drupal\migrate\Plugin\Discovery\ProviderFilterDecorator::decorated
  2. 10 core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php \Drupal\migrate\Plugin\Discovery\ProviderFilterDecorator::decorated

The Discovery object being decorated.

Type: \Drupal\Component\Plugin\Discovery\DiscoveryInterface

File

core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php, line 25

Class

ProviderFilterDecorator
Remove plugin definitions with non-existing providers.

Namespace

Drupal\migrate\Plugin\Discovery

Code

protected $decorated;