Search for parse

  1. Search 7.x for parse
  2. Search 9.5.x for parse
  3. Search 10.3.x for parse
  4. Search 11.x for parse
  5. Other projects
Title Object type File name Summary
DocParser::setImports function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets the imports.
DocParser::setTarget function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Sets current target context as bitmask.
DocParser::syntaxError function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Generates a new syntax error.
DocParser::Value function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Value ::= PlainValue | FieldAssignment
DocParser::Values function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Values ::= Array | Value {"," Value}* [","]
DocParser::__construct function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Constructs a new DocParser.
DocParserIgnoredClassesTest class core/tests/Drupal/Tests/Component/Annotation/DocParserIgnoredClassesTest.php @coversDefaultClass \Drupal\Component\Annotation\Doctrine\DocParser
DocParserIgnoredClassesTest.php file core/tests/Drupal/Tests/Component/Annotation/DocParserIgnoredClassesTest.php
DocParserIgnoredClassesTest::testIgnoredAnnotationSkippedBeforeReflection function core/tests/Drupal/Tests/Component/Annotation/DocParserIgnoredClassesTest.php Ensure annotations can be ignored when namespaces are present.
DocParserTest class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @coversDefaultClass \Drupal\Component\Annotation\Doctrine\DocParser
DocParserTest.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::createTestParser function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::getAnnotationVarTypeArrayProviderInvalid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::getAnnotationVarTypeProviderInvalid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::getAnnotationVarTypeProviderValid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::getConstantsProvider function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationDoesNotThrowExceptionWhenAtSignIsNotFollowedByIdentifier function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-41
DocParserTest::testAnnotationDontAcceptSingleQuotes function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationEnumeratorException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationEnumeratorLiteralException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationEnumInvalidLiteralDeclarationException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationEnumInvalidTypeDeclarationException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationTarget function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationTargetSyntaxError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationThrowsExceptionWhenAtSignIsNotFollowedByIdentifierInNestedAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-41
DocParserTest::testAnnotationWithAttributes function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getAnnotationVarTypeProviderValid
DocParserTest::testAnnotationWithAttributesError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getAnnotationVarTypeProviderInvalid
DocParserTest::testAnnotationWithAttributesWithVarTypeArrayError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getAnnotationVarTypeArrayProviderInvalid
DocParserTest::testAnnotationWithInvalidTargetDeclarationError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithoutClassIsIgnoredWithoutWarning function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DDC-77
DocParserTest::testAnnotationWithoutConstructor function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithRequiredAttributes function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithRequiredAttributesWithoutContructor function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithTargetEmptyError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithVarType function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getAnnotationVarTypeProviderValid
DocParserTest::testAnnotationWithVarTypeArrayError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getAnnotationVarTypeArrayProviderInvalid
DocParserTest::testAnnotationWithVarTypeError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getAnnotationVarTypeProviderInvalid
DocParserTest::testArrayWithColon function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAutoloadAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-56
DocParserTest::testBasicAnnotations function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testCastFloat function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-38
DocParserTest::testCastInt function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-38
DocParserTest::testCastNegativeFloat function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-38
DocParserTest::testCastNegativeInt function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-38
DocParserTest::testDefaultAnnotationValueIsNotOverwritten function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testDefaultValueAnnotations function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testEmptyArray function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests parsing empty arrays.
DocParserTest::testIgnorePHPDocThrowTag function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-14
DocParserTest::testInvalidContantName function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testInvalidIdentifierInAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php

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