SomeAnnotationWithConstructorWithoutParams |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
AnnotationWithVarType::$arrayOfAnnotations |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php |
|
PHP_CodeCoverage::setForceCoversAnnotation |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
|
AnnotationClassLoader::getDefaultRouteName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
Gets the default route name for a class method. |
ClassWithInvalidAnnotationTargetAtProperty |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php |
Plugin annotation
@AnnotationTargetClass("Some data"); |
SimpleAnnotationReader::getClassAnnotation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Gets a class annotation. |
AbstractReaderTest::testTopLevelAnnotation |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
AnnotationsTestsFixturesNonNamespacedClass |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NonNamespacedClass.php |
@Route("foo")
@Template |
DocParserTest::testAnnotationWithAttributes |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@dataProvider getAnnotationVarTypeProviderValid |
AnnotationDirectoryLoaderTest::testSupports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationDirectoryLoaderTest.php |
|
AnnotationLoaderTest::testLoadClassMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/Loader/AnnotationLoaderTest.php |
|
DCOM58Test::testIssueSimpleAnnotationReader |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Test.php |
|
SimpleAnnotationReader::getClassAnnotations |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Gets the annotations applied to a class. |
SimpleAnnotationReader::getMethodAnnotation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Gets a method annotation. |
Util_TestTest::methodForTestParseAnnotation |
function |
drupal/core/vendor/phpunit/phpunit/Tests/Util/TestTest.php |
@depends Foo
@depends ほげ |
AnnotationReader::getIgnoredAnnotationNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php |
Returns the ignored annotations for the given class. |
ClassWithInvalidAnnotationTargetAtClass.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtClass.php |
|
CustomAnnotationClassDiscoveryTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/CustomAnnotationClassDiscoveryTest.php |
|
AnnotationWithAttributes::getArrayOfIntegers |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php |
|
AbstractAnnotationLoaderTest::getClassLoader |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AbstractAnnotationLoaderTest.php |
|
AnnotationClassLoaderTest::getAnnotatedRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
AnnotationClassLoader::$routeAnnotationClass |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
SimpleAnnotationReader::getMethodAnnotations |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Gets the annotations applied to a method. |
AbstractReaderTest::testNonAnnotationProblem |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
ClassWithAnnotationWithTargetSyntaxError.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.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") |
ClassWithInvalidAnnotationTargetAtMethod.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php |
|
AnnotationWithAttributes::$arrayOfAnnotations |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php |
|
PHPUnit_Util_Test::parseTestMethodAnnotations |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Test.php |
@since Method available since Release 3.4.0 |
DocParserTest::testAnnotationWithVarTypeError |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@dataProvider getAnnotationVarTypeProviderInvalid |
AnnotationWithRequiredAttributes::__construct |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributes.php |
|
AnnotationException::semanticalErrorConstants |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php |
Creates a new AnnotationException describing a constant semantical error. |
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) |
PHP_CodeCoverage::applyCoversAnnotationFilter |
function |
drupal/core/vendor/phpunit/php-code-coverage/PHP/CodeCoverage.php |
Applies the @covers annotation filtering. |
SimpleAnnotationReader::getPropertyAnnotation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Gets a property annotation. |
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. |
ClassWithAnnotationWithTargetSyntaxError::bar |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.php |
Plugin annotation
@AnnotationWithTargetSyntaxError(); |
PHPUnit_Util_Test::getBooleanAnnotationSetting |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Test.php |
@since Method available since Release 3.4.0 |
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. |
AnnotationClassLoader::setRouteAnnotationClass |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
Sets the annotation class to read route properties from. |
SimpleAnnotationReader::getPropertyAnnotations |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Gets the annotations applied to a property. |
AbstractReaderTest::testAnnotationsWithVarType |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
ClassWithInvalidAnnotationTargetAtProperty.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php |
|
AnnotatedClassDiscovery::$annotationNamespaces |
property |
drupal/core/lib/Drupal/Component/Plugin/Discovery/AnnotatedClassDiscovery.php |
The namespaces of classes that can be used as annotations. |
AnnotationRegistry::registerAutoloadNamespaces |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationRegistry.php |
Register multiple namespaces |
ClassWithAnnotationWithTargetSyntaxError::$foo |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.php |
Plugin annotation
@AnnotationWithTargetSyntaxError(); |
DocParserTest::testAnnotationWithoutConstructor |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.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 |