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

Breadcrumb

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

function AnnotationInterface::get

Gets the value of an annotation.

4 methods override AnnotationInterface::get()
Plugin::get in core/lib/Drupal/Component/Annotation/Plugin.php
Gets the value of an annotation.
PluginID::get in core/lib/Drupal/Component/Annotation/PluginID.php
Gets the value of an annotation.
PluralTranslation::get in core/lib/Drupal/Core/Annotation/PluralTranslation.php
Gets the value of an annotation.
Translation::get in core/lib/Drupal/Core/Annotation/Translation.php
Gets the value of an annotation.

File

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

Class

AnnotationInterface
Defines a common interface for classed annotations.

Namespace

Drupal\Component\Annotation

Code

public function get();
RSS feed
Powered by Drupal