Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DocParser::Annotations | function | core/ |
Annotations ::= Annotation {[ "*" ]* [Annotation]}* |
| DocParser::ArrayEntry | function | core/ |
ArrayEntry ::= Value | KeyValuePair KeyValuePair ::= Key ("=" | ":") PlainValue | Constant Key ::= string | integer | Constant |
| DocParser::Arrayx | function | core/ |
Array ::= "{" ArrayEntry {"," ArrayEntry}* [","] "}" |
| DocParser::classExists | function | core/ |
Attempts to check if a class exists or not. This never goes through the PHP autoloading mechanism but uses the {@link AnnotationRegistry} to load classes. |
| DocParser::collectAnnotationMetadata | function | core/ |
Collects parsing metadata for a given annotation class |
| DocParser::collectAttributeTypeMetadata | function | core/ |
Collects parsing metadata for a given attribute. |
| DocParser::Constant | function | core/ |
Constant ::= integer | string | float | boolean |
| DocParser::FieldAssignment | function | core/ |
FieldAssignment ::= FieldName "=" PlainValue FieldName ::= identifier |
| DocParser::findInitialTokenPosition | function | core/ |
Finds the first valid annotation |
| DocParser::Identifier | function | core/ |
Identifier ::= string |
| DocParser::match | function | core/ |
Attempts to match the given token with the current lookahead token. If they match, updates the lookahead token; otherwise raises a syntax error. |
| DocParser::matchAny | function | core/ |
Attempts to match the current lookahead token with any of the given tokens. |
| DocParser::MethodCall | function | core/ |
MethodCall ::= ["(" [Values] ")"] |
| DocParser::parse | function | core/ |
Parses the given docblock string for annotations. |
| DocParser::PlainValue | function | core/ |
PlainValue ::= integer | string | float | boolean | Array | Annotation |
| DocParser::setIgnoredAnnotationNames | function | core/ |
Sets the annotation names that are ignored during the parsing process. |
| DocParser::setIgnoreNotImportedAnnotations | function | core/ |
Sets ignore on not-imported annotations. |
| DocParser::setImports | function | core/ |
Sets the imports. |
| DocParser::setTarget | function | core/ |
Sets current target context as bitmask. |
| DocParser::syntaxError | function | core/ |
Generates a new syntax error. |
| DocParser::Value | function | core/ |
Value ::= PlainValue | FieldAssignment |
| DocParser::Values | function | core/ |
Values ::= Array | Value {"," Value}* [","] |
| DocParser::__construct | function | core/ |
Constructs a new DocParser. |
| DocParserIgnoredClassesTest | class | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Doctrine\DocParser[[api-linebreak]] |
| DocParserIgnoredClassesTest.php | file | core/ |
|
| DocParserIgnoredClassesTest::testIgnoredAnnotationSkippedBeforeReflection | function | core/ |
Ensure annotations can be ignored when namespaces are present. |
| DocParserTest | class | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Doctrine\DocParser[[api-linebreak]] |
| DocParserTest.php | file | core/ |
|
| DocParserTest::createTestParser | function | core/ |
|
| DocParserTest::getAnnotationVarTypeArrayProviderInvalid | function | core/ |
|
| DocParserTest::getAnnotationVarTypeProviderInvalid | function | core/ |
|
| DocParserTest::getAnnotationVarTypeProviderValid | function | core/ |
|
| DocParserTest::getConstantsProvider | function | core/ |
|
| DocParserTest::testAnnotationDoesNotThrowExceptionWhenAtSignIsNotFollowedByIdentifier | function | core/ |
@group DCOM-41 |
| DocParserTest::testAnnotationDontAcceptSingleQuotes | function | core/ |
|
| DocParserTest::testAnnotationEnumeratorException | function | core/ |
|
| DocParserTest::testAnnotationEnumeratorLiteralException | function | core/ |
|
| DocParserTest::testAnnotationEnumInvalidLiteralDeclarationException | function | core/ |
|
| DocParserTest::testAnnotationEnumInvalidTypeDeclarationException | function | core/ |
|
| DocParserTest::testAnnotationTarget | function | core/ |
|
| DocParserTest::testAnnotationTargetSyntaxError | function | core/ |
|
| DocParserTest::testAnnotationThrowsExceptionWhenAtSignIsNotFollowedByIdentifierInNestedAnnotation | function | core/ |
@group DCOM-41 |
| DocParserTest::testAnnotationWithAttributes | function | core/ |
@dataProvider getAnnotationVarTypeProviderValid |
| DocParserTest::testAnnotationWithAttributesError | function | core/ |
@dataProvider getAnnotationVarTypeProviderInvalid |
| DocParserTest::testAnnotationWithAttributesWithVarTypeArrayError | function | core/ |
@dataProvider getAnnotationVarTypeArrayProviderInvalid |
| DocParserTest::testAnnotationWithInvalidTargetDeclarationError | function | core/ |
|
| DocParserTest::testAnnotationWithoutClassIsIgnoredWithoutWarning | function | core/ |
@group DDC-77 |
| DocParserTest::testAnnotationWithoutConstructor | function | core/ |
|
| DocParserTest::testAnnotationWithRequiredAttributes | function | core/ |
|
| DocParserTest::testAnnotationWithRequiredAttributesWithoutContructor | function | core/ |
Pagination
- Previous page
- Page 404
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.