SimpleAnnotationReader::getMethodAnnotations |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Gets the annotations applied to a method. |
ClassWithAnnotationWithTargetSyntaxError.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.php |
|
ClassWithInvalidAnnotationTargetAtMethod.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php |
|
AbstractAnnotationLoaderTest::getClassLoader |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AbstractAnnotationLoaderTest.php |
|
AnnotationWithAttributes::getArrayOfIntegers |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php |
|
AnnotationClassLoader::$routeAnnotationClass |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
ClassWithValidAnnotationTarget::someFunction |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithValidAnnotationTarget.php |
Plugin annotation
@AnnotationTargetPropertyMethod("Some data",name="Some name") |
AbstractReaderTest::testNonAnnotationProblem |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
SimpleAnnotationReader::getPropertyAnnotation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Gets a property annotation. |
AnnotationWithAttributes::$arrayOfAnnotations |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php |
|
AnnotationRegistry::registerAutoloadNamespace |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |
Add a namespace with one or many directories to look for files or null for the include path. |
AnnotationWithRequiredAttributes::__construct |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributes.php |
|
ClassWithInvalidAnnotationTargetAtClass::$foo |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtClass.php |
Plugin annotation
@AnnotationTargetPropertyMethod("Bar"); |
ClassWithAnnotationWithVarType::invalidMethod |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithVarType.php |
Plugin annotation
@AnnotationWithVarType(annotation = @AnnotationTargetAnnotation) |
DocParserTest::testAnnotationWithVarTypeError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@dataProvider getAnnotationVarTypeProviderInvalid |
ClassWithAnnotationWithTargetSyntaxError::bar |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.php |
Plugin annotation
@AnnotationWithTargetSyntaxError(); |
AnnotationException::semanticalErrorConstants |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php |
Creates a new AnnotationException describing a constant semantical error. |
ClassWithInvalidAnnotationTargetAtProperty.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php |
|
SimpleAnnotationReader::getPropertyAnnotations |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Gets the annotations applied to a property. |
AnnotationRegistry::registerAutoloadNamespaces |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |
Register multiple namespaces |
AnnotationClassLoader::setRouteAnnotationClass |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
Sets the annotation class to read route properties from. |
DocParserTest::testAnnotationTargetSyntaxError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage Expected namespace separator or identifier, got ')' at position 24 in class @Doctrine\Tests\Common\Annotations\Fixtures\AnnotationWithTargetSyntaxError. |
ClassWithAnnotationWithTargetSyntaxError::$foo |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.php |
Plugin annotation
@AnnotationWithTargetSyntaxError(); |
AbstractReaderTest::testAnnotationsWithVarType |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
AnnotationWithAttributes::getArrayOfAnnotations |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php |
|
AnnotationClassLoaderTest::testLoadMissingClass |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
@expectedException \InvalidArgumentException |
DocParserTest::testAnnotationWithoutConstructor |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
AnnotationClassLoaderTest::testLoadAbstractClass |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
@expectedException \InvalidArgumentException |
ClassWithAnnotationWithVarType::$invalidProperty |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithVarType.php |
Plugin annotation
@AnnotationWithVarType(string = 123) |
StaticReflectionParser::$classAnnotationOptimize |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php |
TRUE if the caller only wants class annotations. |
ClassWithInvalidAnnotationTargetAtProperty::$foo |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php |
Plugin annotation
@AnnotationTargetClass("Bar"); |
ClassWithInvalidAnnotationTargetAtProperty::$bar |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php |
Plugin annotation
@AnnotationTargetAnnotation("Foo"); |
DocParserTest::getAnnotationVarTypeProviderValid |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
DocParserTest::testAnnotationWithAttributesError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@dataProvider getAnnotationVarTypeProviderInvalid |
DocParserTest::testReservedKeywordsInAnnotations |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
DocParserTest::testInvalidIdentifierInAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage [Syntax Error] Expected Doctrine\Common\Annotations\DocLexer::T_IDENTIFIER or Doctrine\Common\Annotations\DocLexer::T_TRUE or… |
SomeAnnotationClassNameWithoutConstructor::$data |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
SomeAnnotationClassNameWithoutConstructor::$name |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
AnnotationWithRequiredAttributesWithoutContructor |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php |
Plugin annotation
@Target("ALL"); |
DocParserTest::testAnnotationWithTargetEmptyError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException \InvalidArgumentException
@expectedExceptionMessage @Target expects either a string value, or an array of strings, "NULL" given. |
RouteCollectionTest::testCannotSelfJoinCollection |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/RouteCollectionTest.php |
@expectedException \InvalidArgumentException |
SomeAnnotationWithConstructorWithoutParams::$data |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
SomeAnnotationWithConstructorWithoutParams::$name |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
DocParserTest::getAnnotationVarTypeProviderInvalid |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
DocParserTest::testAnnotationWithVarTypeArrayError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@dataProvider getAnnotationVarTypeArrayProviderInvalid |
AbstractReaderTest::testInvalidAnnotationButIgnored |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@group DDC-1660
@group regression |
DocParserTest::testNestedArraysWithNestedAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
DocParserTest::testAnnotationWithRequiredAttributes |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
DocParserTest::testAnnotationDontAcceptSingleQuotes |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@expectedException Doctrine\Common\Annotations\AnnotationException
@expectedExceptionMessage Expected PlainValue, got ''' at position 10. |
AbstractReaderTest::testAnnotationsWithValidTargets |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|