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
LibraryDiscoveryParserTest::testLibraryWithLicenses function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests a library with various licenses, some GPL-compatible, some not.
LibraryDiscoveryParserTest::testNonCoreLibrariesFound function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php @covers ::buildByExtension
LibraryDiscoveryParserTest::testNonCoreLibrariesNotFound function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php @covers ::buildByExtension
LibraryDiscoveryParserTest::testVersion function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Tests the version property, and how it propagates to the contained assets.
logger.log_message_parser service core/core.services.yml Drupal\Core\Logger\LogMessageParser
LogMessageParser class core/lib/Drupal/Core/Logger/LogMessageParser.php Parses log messages and their placeholders.
LogMessageParser.php file core/lib/Drupal/Core/Logger/LogMessageParser.php
LogMessageParser::parseMessagePlaceholders function core/lib/Drupal/Core/Logger/LogMessageParser.php Parses and transforms message and its placeholders to a common format.
LogMessageParserInterface interface core/lib/Drupal/Core/Logger/LogMessageParserInterface.php Defines an interface for parsing log messages and their placeholders.
LogMessageParserInterface.php file core/lib/Drupal/Core/Logger/LogMessageParserInterface.php
LogMessageParserInterface::parseMessagePlaceholders function core/lib/Drupal/Core/Logger/LogMessageParserInterface.php Parses and transforms message and its placeholders to a common format.
LogMessageParserTest class core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php @coversDefaultClass \Drupal\Core\Logger\LogMessageParser
@group Logger
LogMessageParserTest.php file core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php
LogMessageParserTest::providerTestParseMessagePlaceholders function core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php Data provider for testParseMessagePlaceholders().
LogMessageParserTest::testParseMessagePlaceholders function core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php Test for LogMessageParserTrait::parseMessagePlaceholders()
ModuleHandler::parseDependency function core/lib/Drupal/Core/Extension/ModuleHandler.php Parses a dependency for comparison by drupal_check_incompatibility().
NodeSearch::parseAdvancedDefaults function core/modules/node/src/Plugin/Search/NodeSearch.php Parses the advanced search form default values.
OpmlFeedAdd::parseOpml function core/modules/aggregator/src/Form/OpmlFeedAdd.php Parses an OPML file.
ParserInterface interface core/modules/aggregator/src/Plugin/ParserInterface.php Defines an interface for aggregator parser implementations.
ParserInterface.php file core/modules/aggregator/src/Plugin/ParserInterface.php
ParserInterface::parse function core/modules/aggregator/src/Plugin/ParserInterface.php Parses feed data.
plugin.manager.aggregator.parser service core/modules/aggregator/aggregator.services.yml Drupal\aggregator\Plugin\AggregatorPluginManager
Plugin::parse function core/lib/Drupal/Component/Annotation/Plugin.php Parses an annotation into its definition.
PoHeader::parseArithmetic function core/lib/Drupal/Component/Gettext/PoHeader.php Parses and sanitizes an arithmetic formula into a plural element stack.
PoHeader::parseHeader function core/lib/Drupal/Component/Gettext/PoHeader.php Parses a Gettext Portable Object file header.
PoHeader::parsePluralForms function core/lib/Drupal/Component/Gettext/PoHeader.php Parses a Plural-Forms entry from a Gettext Portable Object file header.
PoStreamReader::parseQuoted function core/lib/Drupal/Component/Gettext/PoStreamReader.php Parses a string in quotes.
ResourceFetcher::parseResourceXml function core/modules/media/src/OEmbed/ResourceFetcher.php Parses XML resource data.
ResourceTestBase::doTestSparseFieldSets function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests sparse field sets.
ResourceTestBase::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Returns an array of sparse fields sets to test.
Search::$parsed property core/modules/search/src/Plugin/views/filter/Search.php TRUE if the search query has been parsed.
Search::queryParseSearchExpression function core/modules/search/src/Plugin/views/filter/Search.php Sets up and parses the search query.
Search::queryParseSearchExpression function core/modules/search/src/Plugin/views/argument/Search.php Sets up and parses the search query.
SearchQuery::parseSearchExpression function core/modules/search/src/SearchQuery.php Parses the search query into SQL conditions.
SearchQuery::parseWord function core/modules/search/src/SearchQuery.php Parses a word or phrase for parseQuery().
SimpleAnnotationReader::$parser property core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php
StaticReflectionParser class core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php Allows getting the reflection parser for the parent class.
StaticReflectionParser.php file core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php
StaticReflectionParser::getParentParser function core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php If the current class extends another, get the parser for the latter.
SysLog::$parser property core/modules/syslog/src/Logger/SysLog.php The message's placeholders parser.
TemporaryJsonapiFileFieldUploader::validateAndParseContentDispositionHeader function core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php Validates and extracts the filename from the Content-Disposition header.
TestDiscovery::parseTestClassAnnotations function core/lib/Drupal/Core/Test/TestDiscovery.php Parses annotations in the phpDoc of a test class.
TestDiscovery::parseTestClassSummary function core/lib/Drupal/Core/Test/TestDiscovery.php Parses the phpDoc summary line of a test class.
TestDiscoveryTest::infoParserProvider function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php
TestDiscoveryTest::testTestInfoParser function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php @covers ::getTestInfo
@dataProvider infoParserProvider
TestDiscoveryTest::testTestInfoParserMissingGroup function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php @covers ::getTestInfo
TestDiscoveryTest::testTestInfoParserMissingSummary function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php @covers ::getTestInfo
TestFileParser class core/lib/Drupal/Core/Test/RunTests/TestFileParser.php Parses class names from PHP files without loading them.
TestFileParser.php file core/lib/Drupal/Core/Test/RunTests/TestFileParser.php
TestFileParser::getTestListFromFile function core/lib/Drupal/Core/Test/RunTests/TestFileParser.php Gets the classes from a PHP file.

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