Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. AnnotationInterface.php

function AnnotationInterface::getProvider

Gets the name of the provider of the annotated class.

Return value

string

3 methods override AnnotationInterface::getProvider()
AnnotationBase::getProvider in core/lib/Drupal/Component/Annotation/AnnotationBase.php
Gets the name of the provider of the annotated class.
MultipleProviderAnnotationInterface::getProvider in core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php
Gets the name of the provider of the annotated class.
Plugin::getProvider in core/lib/Drupal/Component/Annotation/Plugin.php
Gets the name of the provider of the annotated class.

File

core/lib/Drupal/Component/Annotation/AnnotationInterface.php, line 20

Class

AnnotationInterface
Defines a common interface for classed annotations.

Namespace

Drupal\Component\Annotation

Code

public function getProvider();
RSS feed
Powered by Drupal