Search for annot

  1. Search 7.x for annot
  2. Search 9.5.x for annot
  3. Search 8.9.x for annot
  4. Search 10.3.x for annot
  5. Other projects
Title Object type File name Summary
AnnotationEnumLiteralInvalid::THREE constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumLiteralInvalid.php
AnnotationEnumLiteralInvalid::TWO constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationEnumLiteralInvalid.php
AnnotationException class core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php Description of AnnotationException
AnnotationException.php file core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php This class is a near-copy of Doctrine\Common\Annotations\AnnotationException,
which is part of the Doctrine project: <http://www.doctrine-project.org>. It
was copied from version 2.0.2.
AnnotationException::attributeTypeError function core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php Creates a new AnnotationException describing an type error of an attribute.
AnnotationException::creationError function core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php Creates a new AnnotationException describing an error which occurred during
the creation of the annotation.
AnnotationException::enumeratorError function core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php Creates a new AnnotationException describing a invalid enumerator.
AnnotationException::optimizerPlusLoadComments function core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php
AnnotationException::optimizerPlusSaveComments function core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php
AnnotationException::requiredError function core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php Creates a new AnnotationException describing an required error of an attribute.
AnnotationException::semanticalError function core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php Creates a new AnnotationException describing a Semantical error.
AnnotationException::semanticalErrorConstants function core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php Creates a new AnnotationException describing a constant semantical error.
AnnotationException::syntaxError function core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php Creates a new AnnotationException describing a Syntax error.
AnnotationException::typeError function core/lib/Drupal/Component/Annotation/Doctrine/AnnotationException.php Creates a new AnnotationException describing a type error.
AnnotationExtendsAnnotationTargetAll class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
AnnotationInterface interface core/lib/Drupal/Component/Annotation/AnnotationInterface.php Defines a common interface for classed annotations.
AnnotationInterface.php file core/lib/Drupal/Component/Annotation/AnnotationInterface.php
AnnotationInterface::get function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Gets the value of an annotation.
AnnotationInterface::getClass function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Gets the class of the annotated class.
AnnotationInterface::getId function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Gets the unique ID for this annotated class.
AnnotationInterface::getProvider function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Gets the name of the provider of the annotated class.
AnnotationInterface::setClass function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Sets the class of the annotated class.
AnnotationInterface::setProvider function core/lib/Drupal/Component/Annotation/AnnotationInterface.php Sets the name of the provider of the annotated class.
AnnotationRegistry class core/lib/Drupal/Component/Annotation/Doctrine/AnnotationRegistry.php
AnnotationRegistry.php file core/lib/Drupal/Component/Annotation/Doctrine/AnnotationRegistry.php This class is a near-copy of Doctrine\Common\Annotations\AnnotationRegistry,
which is part of the Doctrine project: <http://www.doctrine-project.org>. It
was copied from version 2.0.2.
AnnotationRegistry::$failedToAutoload property core/lib/Drupal/Component/Annotation/Doctrine/AnnotationRegistry.php An array of classes which cannot be found
AnnotationRegistry::loadAnnotationClass function core/lib/Drupal/Component/Annotation/Doctrine/AnnotationRegistry.php Autoload an annotation class silently.
AnnotationRegistry::reset function core/lib/Drupal/Component/Annotation/Doctrine/AnnotationRegistry.php
Annotations group core/core.api.php Annotations for class discovery and metadata description.
AnnotationTargetAll class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAll.php Plugin annotation
@Target("ALL");
AnnotationTargetAll.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAll.php
AnnotationTargetAll::$data property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAll.php
AnnotationTargetAll::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAll.php
AnnotationTargetAll::$target property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAll.php
AnnotationTargetAnnotation class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php Plugin annotation

@Target({ "ANNOTATION" })
AnnotationTargetAnnotation.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php
AnnotationTargetAnnotation::$data property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php
AnnotationTargetAnnotation::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php
AnnotationTargetAnnotation::$target property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetAnnotation.php
AnnotationTargetClass class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetClass.php Plugin annotation
@Target("CLASS");
AnnotationTargetClass.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetClass.php
AnnotationTargetClass::$data property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetClass.php
AnnotationTargetClass::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetClass.php
AnnotationTargetClass::$target property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetClass.php
AnnotationTargetPropertyMethod class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetPropertyMethod.php Plugin annotation

@Target({ "METHOD", "PROPERTY" })
AnnotationTargetPropertyMethod.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetPropertyMethod.php
AnnotationTargetPropertyMethod::$data property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetPropertyMethod.php
AnnotationTargetPropertyMethod::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetPropertyMethod.php
AnnotationTargetPropertyMethod::$target property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationTargetPropertyMethod.php
AnnotationWithAttributes class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithAttributes.php Plugin annotation

@Target("ALL")
@Attributes({
@Attribute("mixed", type = "mixed"),
@Attribute("boolean", type = "boolean"),
@Attribute("bool", type = "bool"),
@Attribute("float", …

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