Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
DocParserTest::testAnnotationWithAttributesError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests annotation with attributes error.
DocParserTest::testAnnotationWithAttributesWithVarTypeArrayError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests annotation with attributes with var type array error.
DocParserTest::testAnnotationWithInvalidTargetDeclarationError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationWithoutClassIsIgnoredWithoutWarning function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests annotation without class is ignored without warning.
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 Tests annotation with var type.
DocParserTest::testAnnotationWithVarTypeArrayError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests annotation with var type array error.
DocParserTest::testAnnotationWithVarTypeError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests annotation with var type error.
DocParserTest::testArrayWithColon function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAutoloadAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests autoload annotation.
DocParserTest::testBasicAnnotations function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testCastFloat function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests cast float.
DocParserTest::testCastInt function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests cast int.
DocParserTest::testCastNegativeFloat function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests cast negative float.
DocParserTest::testCastNegativeInt function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests cast negative int.
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 Tests ignore PHPDoc throw tag.
DocParserTest::testInvalidContantName function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testInvalidIdentifierInAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testKeyHasNumber function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testNamespacedAnnotations function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testNestedArraysWithNestedAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testNotAnAnnotationClassIsIgnoredWithoutWarning function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests not an annotation class is ignored without warning.
DocParserTest::testRegressionDDC575 function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests regression DDC-575.
DocParserTest::testSetValuesException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testSupportClassConstants function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests support class constants.
DocParserTest::testSupportsEscapedQuotedValues function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests supports escaped quoted values.
DocParserTest::testSyntaxErrorWithContextDescription function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests syntax error with context description.
DocParserTest::testSyntaxErrorWithUnknownCharacters function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests syntax error with unknown characters.
DocParserTest::testTrailingCommaIsAllowed function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testTypicalMethodDocBlock function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php Tests typical method doc block.
DocParserTest::testWithoutConstructorWhenHasNoProperties function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testWithoutConstructorWhenIsNotDefaultValue function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocumentElement class core/tests/Drupal/Tests/DocumentElement.php Document element.
DocumentElement.php file core/tests/Drupal/Tests/DocumentElement.php
DocumentElement::getContent function core/tests/Drupal/Tests/DocumentElement.php Returns document content.
DocumentElement::getText function core/tests/Drupal/Tests/DocumentElement.php
DocumentElement::getXpath function core/tests/Drupal/Tests/DocumentElement.php Returns XPath for handled element.
DocumentElement::hasContent function core/tests/Drupal/Tests/DocumentElement.php Check whether document has specified content.
DocumentElement::waitFor function core/tests/Drupal/Tests/DocumentElement.php
DoTrustedCallbackTrait trait core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php Ensures that only predefined methods can be used as callback methods.
DoTrustedCallbackTrait.php file core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php
DoTrustedCallbackTrait::doTrustedCallback function core/lib/Drupal/Core/Security/DoTrustedCallbackTrait.php Performs a callback.
DoTrustedCallbackTraitTest class core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php Tests Drupal\Core\Security\DoTrustedCallbackTrait.
DoTrustedCallbackTraitTest.php file core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php

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