class ParserRegistry

Registry of parsers used by the application

Hierarchy

Expanded class hierarchy of ParserRegistry

6 files declare their use of ParserRegistry

File

drupal/core/vendor/guzzle/parser/Guzzle/Parser/ParserRegistry.php, line 8

Namespace

Guzzle\Parser
View source

Members

Namesort descending Modifiers Type Description Overrides
ParserRegistry::$instance protected static property
ParserRegistry::$instances protected property
ParserRegistry::$mapping protected property
ParserRegistry::get Deprecated public static function Get a specific parser by handle name
ParserRegistry::getInstance public static function Get a singleton instance
ParserRegistry::getParser public function Get a parser by name from an instance
ParserRegistry::registerParser public function Register a custom parser by name with the register
ParserRegistry::set Deprecated public static function Register a custom parser by name with the register
ParserRegistry::__construct public function Constructor used to apply the most performant parsers based on loaded extensions