Search for parse

  1. Search 7.x for parse
  2. Search 8.9.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
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 @group DCOM-168
DocParserTest::testRegressionDDC575 function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DDC-575
DocParserTest::testReservedKeywordsInAnnotations function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testSetValuesException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testSupportClassConstants function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getConstantsProvider
DocParserTest::testSupportsEscapedQuotedValues function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group 44
DocParserTest::testSyntaxErrorWithContextDescription function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DDC-78
DocParserTest::testSyntaxErrorWithUnknownCharacters function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DDC-183
DocParserTest::testTrailingCommaIsAllowed function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testTypicalMethodDocBlock function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group debug
DocParserTest::testWithoutConstructorWhenHasNoProperties function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testWithoutConstructorWhenIsNotDefaultValue function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
EntityTestComputedFieldTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php Returns an array of sparse fields sets to test.
EntityTestMapFieldTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php Returns an array of sparse fields sets to test.
EntityTestTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/EntityTestTest.php Returns an array of sparse fields sets to test.
ExtensionList::$infoParser property core/lib/Drupal/Core/Extension/ExtensionList.php The info parser.
FeedParserTest class core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests the built-in feed parser with valid feed samples.
FeedParserTest.php file core/modules/aggregator/tests/src/Functional/FeedParserTest.php
FeedParserTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedParserTest.php The theme to install as the default for testing.
FeedParserTest::setUp function core/modules/aggregator/tests/src/Functional/FeedParserTest.php
FeedParserTest::testAtomSample function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests a feed that uses the Atom format.
FeedParserTest::testHtmlEntitiesSample function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests a feed that uses HTML entities in item titles.
FeedParserTest::testInvalidFeed function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests error handling when an invalid feed is added.
FeedParserTest::testRedirectFeed function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests that a redirected feed is tracked to its target.
FeedParserTest::testRSS091Sample function core/modules/aggregator/tests/src/Functional/FeedParserTest.php Tests a feed that uses the RSS 0.91 format.
FieldRdfaTestBase::parseContent function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php Parses a content and return the html element.
FieldWebTest::parseContent function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Parse a content and return the html element.
FileUploadResource::validateAndParseContentDispositionHeader function core/modules/file/src/Plugin/rest/resource/FileUploadResource.php Validates and extracts the filename from the Content-Disposition header.
FrontMatter::$parsed property core/lib/Drupal/Component/FrontMatter/FrontMatter.php The parsed source.
FrontMatter::parse function core/lib/Drupal/Component/FrontMatter/FrontMatter.php Parses the source.
FrontMatterParseException class core/lib/Drupal/Component/FrontMatter/Exception/FrontMatterParseException.php Defines a class for front matter parsing exceptions.
FrontMatterParseException.php file core/lib/Drupal/Component/FrontMatter/Exception/FrontMatterParseException.php
FrontMatterParseException::$sourceLine property core/lib/Drupal/Component/FrontMatter/Exception/FrontMatterParseException.php The line number of where the parse error occurred.
FrontMatterParseException::getSourceLine function core/lib/Drupal/Component/FrontMatter/Exception/FrontMatterParseException.php Retrieves the line number where the parse error occurred.
FrontMatterParseException::__construct function core/lib/Drupal/Component/FrontMatter/Exception/FrontMatterParseException.php Constructs a new FrontMatterParseException instance.
GDToolkit::parseFile function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Determines if a file contains a valid image.
hook_aggregator_parser_info_alter function core/modules/aggregator/aggregator.api.php Perform alterations on the available parsers.
ImageTest::testParseFileFails function core/tests/Drupal/Tests/Core/Image/ImageTest.php Tests \Drupal\Core\Image\Image::parseFile().
ImageToolkitInterface::parseFile function core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php Determines if a file contains a valid image.
InfoParser class core/lib/Drupal/Core/Extension/InfoParser.php Parses extension .info.yml files.
InfoParser.php file core/lib/Drupal/Core/Extension/InfoParser.php
InfoParser::$parsedInfos property core/lib/Drupal/Core/Extension/InfoParser.php Array of all info keyed by filename.
InfoParser::parse function core/lib/Drupal/Core/Extension/InfoParser.php Parses Drupal module, theme and profile .info.yml files.
InfoParserDynamic class core/lib/Drupal/Core/Extension/InfoParserDynamic.php Parses dynamic .info.yml files that might change during the page request.
InfoParserDynamic.php file core/lib/Drupal/Core/Extension/InfoParserDynamic.php
InfoParserDynamic::$root property core/lib/Drupal/Core/Extension/InfoParserDynamic.php The root directory of the Drupal installation.
InfoParserDynamic::FIRST_CORE_VERSION_REQUIREMENT_SUPPORTED_VERSION constant core/lib/Drupal/Core/Extension/InfoParserDynamic.php The earliest Drupal version that supports the 'core_version_requirement'.

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