You are here

protected property ProviderFilterDecorator::$providerExists 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::providerExists
  2. 10 core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php \Drupal\migrate\Plugin\Discovery\ProviderFilterDecorator::providerExists

A callable for testing if a provider exists.

Type: callable

File

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

Class

ProviderFilterDecorator
Remove plugin definitions with non-existing providers.

Namespace

Drupal\migrate\Plugin\Discovery

Code

protected $providerExists;