namespace Drupal\migrate\Plugin\Discovery
Object name | File name | Summary |
---|---|---|
AnnotatedClassDiscoveryAutomatedProviders | core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php | Determines providers based on a class's and its parent's namespaces. |
ProviderFilterDecorator | core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php | Remove plugin definitions with non-existing providers. |
StaticReflectionParser | core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php | Allows getting the reflection parser for the parent class. |