You are here

namespace Drupal\migrate\Plugin\Discovery in Drupal 9

Same name in other branches
  1. 8 Drupal\migrate\Plugin\Discovery
Classsort descending Location Description
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.