Search for literal
- Search 7.x for literal
- Search 9.5.x for literal
- Search 8.9.x for literal
- Search 10.3.x for literal
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| AnnotationEnumLiteral | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationEnumLiteral.php | file | core/ |
|
| AnnotationEnumLiteral::$value | property | core/ |
Plugin annotation @Enum( value = { 1, 2, 3, }, literal = { 1 : "AnnotationEnumLiteral::ONE", 2 : "AnnotationEnumLiteral::TWO", 3 : "AnnotationEnumLiteral::THREE", } ) |
| AnnotationEnumLiteral::ONE | constant | core/ |
|
| AnnotationEnumLiteral::THREE | constant | core/ |
|
| AnnotationEnumLiteral::TWO | constant | core/ |
|
| AnnotationEnumLiteralInvalid | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationEnumLiteralInvalid.php | file | core/ |
|
| AnnotationEnumLiteralInvalid::$value | property | core/ |
Plugin annotation @Enum( value = { 1, 2 }, literal = { 1 : "AnnotationEnumLiteral::ONE", 2 : "AnnotationEnumLiteral::TWO", 3 : "AnnotationEnumLiteral::THREE" } ) |
| AnnotationEnumLiteralInvalid::ONE | constant | core/ |
|
| AnnotationEnumLiteralInvalid::THREE | constant | core/ |
|
| AnnotationEnumLiteralInvalid::TWO | constant | core/ |
|
| BaseFieldDefinition::getDefaultValueLiteral | function | core/ |
Returns the default value literal for the field. |
| BasicSyntaxTest::testConcatLiterals | function | core/ |
Tests string concatenation. |
| BasicSyntaxTest::testConcatWsLiterals | function | core/ |
Tests string concatenation with separator. |
| DocParserTest::testAnnotationEnumeratorLiteralException | function | core/ |
|
| DocParserTest::testAnnotationEnumInvalidLiteralDeclarationException | function | core/ |
|
| Enum::$literal | property | core/ |
Literal target declaration. |
| FetchModeTrait::$fetchModeLiterals | property | core/ |
Map FETCH_* modes to their literal for inclusion in messages. |
| FieldConfigBase::getDefaultValueLiteral | function | core/ |
Returns the default value literal for the field. |
| FieldDefinition::getDefaultValueLiteral | function | core/ |
Returns the default value literal for the field. |
| FieldDefinitionInterface::getDefaultValueLiteral | function | core/ |
Returns the default value literal for the field. |
| InputTest::testLiterals | function | core/ |
Tests input with literals. |
| NamedPlaceholderConverter::getAnsiSQLStringLiteralPattern | function | core/ |
Helper to return a regex pattern from a delimiter character. |
| Target::$literal | property | core/ |
Literal target declaration. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.