Mercurial > hg > isophonics-drupal-site
comparison core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
45 */ | 45 */ |
46 public function __construct($subdir, \Traversable $root_namespaces, $plugin_definition_annotation_name = 'Drupal\Component\Annotation\Plugin', array $annotation_namespaces = []) { | 46 public function __construct($subdir, \Traversable $root_namespaces, $plugin_definition_annotation_name = 'Drupal\Component\Annotation\Plugin', array $annotation_namespaces = []) { |
47 parent::__construct($subdir, $root_namespaces, $plugin_definition_annotation_name, $annotation_namespaces); | 47 parent::__construct($subdir, $root_namespaces, $plugin_definition_annotation_name, $annotation_namespaces); |
48 $this->finder = new ClassFinder(); | 48 $this->finder = new ClassFinder(); |
49 } | 49 } |
50 | |
51 | 50 |
52 /** | 51 /** |
53 * {@inheritdoc} | 52 * {@inheritdoc} |
54 */ | 53 */ |
55 protected function prepareAnnotationDefinition(AnnotationInterface $annotation, $class, BaseStaticReflectionParser $parser = NULL) { | 54 protected function prepareAnnotationDefinition(AnnotationInterface $annotation, $class, BaseStaticReflectionParser $parser = NULL) { |