Search for parse

  1. Search 7.x for parse
  2. Search 9.5.x for parse
  3. Search 8.9.x for parse
  4. Search 10.3.x for parse
  5. Search 11.x for parse
  6. Other projects
Title Object type File name Summary
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
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 Tests Drupal\Core\Logger\LogMessageParser.
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 Tests for LogMessageParserTrait::parseMessagePlaceholders()
NamedPlaceholderConverter::parse function core/modules/mysqli/src/Driver/Database/mysqli/NamedPlaceholderConverter.php Parses an SQL statement with named placeholders.
NamedPlaceholderConverterTest::testParse function core/modules/mysqli/tests/src/Unit/NamedPlaceholderConverterTest.php Tests ::parse().
NamedPlaceholderConverterTest::testParseReuseObject function core/modules/mysqli/tests/src/Unit/NamedPlaceholderConverterTest.php Tests reusing the parser object.
NodeSearch::parseAdvancedDefaults function core/modules/node/src/Plugin/Search/NodeSearch.php Parses the advanced search form default values.
PermissionsPerBundle::parseValue function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/PermissionsPerBundle.php Parses the value supplied to ::apply().
PhpUnitTestDiscovery::parseTestClassSummary function core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php Parses the phpDoc summary line of a test class.
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.
ProcessOutputCallback::parseJsonOutput function core/modules/package_manager/src/ProcessOutputCallback.php Gets the parsed JSON output.
Recipe::parse function core/lib/Drupal/Core/Recipe/Recipe.php Parses and validates a recipe.yml file.
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
SmartDefaultSettingsTest::$parser property core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php The message's placeholders parser.
StaticReflectionClass::$staticReflectionParser property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php The static reflection parser object.
StaticReflectionParser class core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php Allows getting the reflection parser for the parent class.
StaticReflectionParser class core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Parses a file for namespaces/use/class declarations.
StaticReflectionParser.php file core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php
StaticReflectionParser.php file core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php This class is a near-copy of
Doctrine\Common\Reflection\StaticReflectionParser, which is part of the
Doctrine project: <http://www.doctrine-project.org>. It was copied from
version 1.2.2.
StaticReflectionParser::$classAnnotationOptimize property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Whether the caller only wants class annotations.
StaticReflectionParser::$classAttributes property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The class attributes.
StaticReflectionParser::$className property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The fully qualified class name.
StaticReflectionParser::$docComment property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The docComment of the class.
StaticReflectionParser::$finder property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php A ClassFinder object which finds the class.
StaticReflectionParser::$methodAttributes property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Method attributes
StaticReflectionParser::$namespace property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The namespace of the class.
StaticReflectionParser::$parentClassName property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The name of the class this class extends, if any.
StaticReflectionParser::$parentStaticReflectionParser property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php The parent PSR-0 Parser.
StaticReflectionParser::$parsed property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Whether the parser has run.

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