function MultipleProviderAnnotationInterface::getProvider

Same name and namespace in other branches
  1. 9 core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php \Drupal\migrate\Annotation\MultipleProviderAnnotationInterface::getProvider()
  2. 8.9.x core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php \Drupal\migrate\Annotation\MultipleProviderAnnotationInterface::getProvider()
  3. 10 core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php \Drupal\migrate\Annotation\MultipleProviderAnnotationInterface::getProvider()

Gets the name of the provider of the annotated class.

Return value

string The provider of the annotation. If there are multiple providers the first is returned.

Overrides AnnotationInterface::getProvider

File

core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php, line 23

Class

MultipleProviderAnnotationInterface
Defines a common interface for classed annotations with multiple providers.

Namespace

Drupal\migrate\Annotation

Code

public function getProvider();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.