AnnotationInterface

Defines a common interface for classed annotations.

Hierarchy

File

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

Namespace

Drupal\Component\Annotation

Members

Name Modifiers Type Description
AnnotationInterface::get public function Gets the value of an annotation.
AnnotationInterface::getClass public function Gets the class of the annotated class.
AnnotationInterface::getId public function Gets the unique ID for this annotated class.
AnnotationInterface::getProvider public function Gets the name of the provider of the annotated class.
AnnotationInterface::setClass public function Sets the class of the annotated class.
AnnotationInterface::setProvider public function Sets the name of the provider of the annotated class.
doc_Drupal
2016-10-29 08:44:30
Comments
Leave a Comment

Please login to continue.