Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
Model class Symfony\Component\Serializer\Tests drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/SerializerTest.php
Dumper class Symfony\Component\Yaml drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Dumper.php Dumper dumps PHP variables to YAML strings. 3
Escaper class Symfony\Component\Yaml drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Escaper.php Escaper encapsulates escaping rules for single and double-quoted YAML strings.
DumpException class Symfony\Component\Yaml\Exception drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/DumpException.php Exception class thrown when an error occurs during dumping. 1
ExceptionInterface interface Symfony\Component\Yaml\Exception drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ExceptionInterface.php Exception interface for all exceptions thrown by the component. 2
ParseException class Symfony\Component\Yaml\Exception drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Exception/ParseException.php Exception class thrown when an error occurs during parsing. 4
Inline class Symfony\Component\Yaml drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Inline.php Inline implements a YAML parser/dumper for the YAML inline syntax. 1
Parser class Symfony\Component\Yaml drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Parser.php Parser parses YAML strings to convert them to PHP arrays. 4
DumperTest class Symfony\Component\Yaml\Tests drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php
A class Symfony\Component\Yaml\Tests drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php
InlineTest class Symfony\Component\Yaml\Tests drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php
B class Symfony\Component\Yaml\Tests drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php
ParserTest class Symfony\Component\Yaml\Tests drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/ParserTest.php
YamlTest class Symfony\Component\Yaml\Tests drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/YamlTest.php
Unescaper class Symfony\Component\Yaml drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Unescaper.php Unescaper encapsulates unescaping rules for single and double-quoted YAML strings.
Yaml class Symfony\Component\Yaml drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Yaml.php Yaml offers convenience methods to load and dump YAML. 7
Twig_Autoloader class drupal/core/vendor/twig/twig/lib/Twig/Autoloader.php Autoloads Twig classes.
Twig_Compiler class drupal/core/vendor/twig/twig/lib/Twig/Compiler.php Compiles a node to PHP code.
Twig_CompilerInterface interface drupal/core/vendor/twig/twig/lib/Twig/CompilerInterface.php Interface implemented by compiler classes. 1
Twig_Environment class drupal/core/vendor/twig/twig/lib/Twig/Environment.php Stores the Twig configuration.
Twig_Error class drupal/core/vendor/twig/twig/lib/Twig/Error.php Twig base exception. 4
Twig_Error_Loader class drupal/core/vendor/twig/twig/lib/Twig/Error/Loader.php Exception thrown when an error occurs during template loading.
Twig_Error_Runtime class drupal/core/vendor/twig/twig/lib/Twig/Error/Runtime.php Exception thrown when an error occurs at runtime.
Twig_Error_Syntax class drupal/core/vendor/twig/twig/lib/Twig/Error/Syntax.php Exception thrown when a syntax error occurs during lexing or parsing of a template.
Twig_ExpressionParser class drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php Parses expressions.
Twig_Extension abstract class drupal/core/vendor/twig/twig/lib/Twig/Extension.php 6
Twig_Extension_Core class drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php
Twig_Extension_Debug class drupal/core/vendor/twig/twig/lib/Twig/Extension/Debug.php
Twig_Extension_Escaper class drupal/core/vendor/twig/twig/lib/Twig/Extension/Escaper.php
Twig_Extension_Optimizer class drupal/core/vendor/twig/twig/lib/Twig/Extension/Optimizer.php
Twig_Extension_Sandbox class drupal/core/vendor/twig/twig/lib/Twig/Extension/Sandbox.php
Twig_ExtensionInterface interface drupal/core/vendor/twig/twig/lib/Twig/ExtensionInterface.php Interface implemented by extension classes. 1
Twig_Filter abstract class drupal/core/vendor/twig/twig/lib/Twig/Filter.php Represents a template filter. 4
Twig_Filter_Function class drupal/core/vendor/twig/twig/lib/Twig/Filter/Function.php Represents a function template filter.
Twig_Filter_Method class drupal/core/vendor/twig/twig/lib/Twig/Filter/Method.php Represents a method template filter.
Twig_Filter_Node class drupal/core/vendor/twig/twig/lib/Twig/Filter/Node.php Represents a template filter as a node.
Twig_FilterInterface interface drupal/core/vendor/twig/twig/lib/Twig/FilterInterface.php Represents a template filter. 1
Twig_Function abstract class drupal/core/vendor/twig/twig/lib/Twig/Function.php Represents a template function. 2
Twig_Function_Function class drupal/core/vendor/twig/twig/lib/Twig/Function/Function.php Represents a function template function.
Twig_Function_Method class drupal/core/vendor/twig/twig/lib/Twig/Function/Method.php Represents a method template function.
Twig_Function_Node class drupal/core/vendor/twig/twig/lib/Twig/Function/Node.php Represents a template function as a node.
Twig_FunctionInterface interface drupal/core/vendor/twig/twig/lib/Twig/FunctionInterface.php Represents a template function. 1
Twig_Lexer class drupal/core/vendor/twig/twig/lib/Twig/Lexer.php Lexes a template string.
Twig_LexerInterface interface drupal/core/vendor/twig/twig/lib/Twig/LexerInterface.php Interface implemented by lexer classes. 1
Twig_Loader_Array class drupal/core/vendor/twig/twig/lib/Twig/Loader/Array.php Loads a template from an array.
Twig_Loader_Chain class drupal/core/vendor/twig/twig/lib/Twig/Loader/Chain.php Loads templates from other loaders.
Twig_Loader_Filesystem class drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php Loads template from the filesystem.
Twig_Loader_String class drupal/core/vendor/twig/twig/lib/Twig/Loader/String.php Loads a template from a string.
Twig_LoaderInterface interface drupal/core/vendor/twig/twig/lib/Twig/LoaderInterface.php Interface all loaders must implement. 4
Twig_Markup class drupal/core/vendor/twig/twig/lib/Twig/Markup.php Marks a content as safe.

Pages

Other projects