Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort ascending Description Direct uses Use statements Strings
Twig_Node_AutoEscape class drupal/core/vendor/twig/twig/lib/Twig/Node/AutoEscape.php Represents an autoescape node.
Twig_Node class drupal/core/vendor/twig/twig/lib/Twig/Node.php Represents a node in the AST. 20
Twig_Markup class drupal/core/vendor/twig/twig/lib/Twig/Markup.php Marks a content as safe.
Twig_LoaderInterface interface drupal/core/vendor/twig/twig/lib/Twig/LoaderInterface.php Interface all loaders must implement. 4
Twig_Loader_String class drupal/core/vendor/twig/twig/lib/Twig/Loader/String.php Loads a template from a string.
Twig_Loader_Filesystem class drupal/core/vendor/twig/twig/lib/Twig/Loader/Filesystem.php Loads template from the filesystem.
Twig_Loader_Chain class drupal/core/vendor/twig/twig/lib/Twig/Loader/Chain.php Loads templates from other loaders.
Twig_Loader_Array class drupal/core/vendor/twig/twig/lib/Twig/Loader/Array.php Loads a template from an array.
Twig_LexerInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/LexerInterface.php Interface implemented by lexer classes. 1
Twig_Lexer class drupal/core/vendor/twig/twig/lib/Twig/Lexer.php Lexes a template string.
Twig_FunctionInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/FunctionInterface.php Represents a template function. 1
Twig_FunctionCallableInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php Represents a callable template function. 1
Twig_Function_Node Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Function/Node.php Represents a template function as a node.
Twig_Function_Method Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Function/Method.php Represents a method template function.
Twig_Function_Function Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Function/Function.php Represents a function template function.
Twig_Function Deprecated abstract class drupal/core/vendor/twig/twig/lib/Twig/Function.php Represents a template function. 3
Twig_FilterInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/FilterInterface.php Represents a template filter. 1
Twig_FilterCallableInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/FilterCallableInterface.php Represents a callable template filter. 1
Twig_Filter_Node Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Filter/Node.php Represents a template filter as a node.
Twig_Filter_Method Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Filter/Method.php Represents a method template filter.
Twig_Filter_Function Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Filter/Function.php Represents a function template filter.
Twig_Filter Deprecated abstract class drupal/core/vendor/twig/twig/lib/Twig/Filter.php Represents a template filter. 3
Twig_ExtensionInterface interface drupal/core/vendor/twig/twig/lib/Twig/ExtensionInterface.php Interface implemented by extension classes. 1
Twig_Extension_StringLoader class drupal/core/vendor/twig/twig/lib/Twig/Extension/StringLoader.php
Twig_Extension_Staging class drupal/core/vendor/twig/twig/lib/Twig/Extension/Staging.php Internal class.
Twig_Extension_Sandbox class drupal/core/vendor/twig/twig/lib/Twig/Extension/Sandbox.php
Twig_Extension_Optimizer class drupal/core/vendor/twig/twig/lib/Twig/Extension/Optimizer.php
Twig_Extension_Escaper class drupal/core/vendor/twig/twig/lib/Twig/Extension/Escaper.php
Twig_Extension_Debug class drupal/core/vendor/twig/twig/lib/Twig/Extension/Debug.php
Twig_Extension_Core class drupal/core/vendor/twig/twig/lib/Twig/Extension/Core.php
Twig_Extension abstract class drupal/core/vendor/twig/twig/lib/Twig/Extension.php 9
Twig_ExpressionParser class drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php Parses expressions.
Twig_ExistsLoaderInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php Adds an exists() method for loaders. 4
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_Error_Runtime class drupal/core/vendor/twig/twig/lib/Twig/Error/Runtime.php Exception thrown when an error occurs at runtime.
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 class drupal/core/vendor/twig/twig/lib/Twig/Error.php Twig base exception. 4
Twig_Environment class drupal/core/vendor/twig/twig/lib/Twig/Environment.php Stores the Twig configuration.
Twig_CompilerInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/CompilerInterface.php Interface implemented by compiler classes. 1
Twig_Compiler class drupal/core/vendor/twig/twig/lib/Twig/Compiler.php Compiles a node to PHP code.
Twig_Autoloader class drupal/core/vendor/twig/twig/lib/Twig/Autoloader.php Autoloads Twig classes.
Yaml class Symfony\Component\Yaml drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Yaml.php Yaml offers convenience methods to load and dump YAML. 5
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.
YamlTest class Symfony\Component\Yaml\Tests drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/YamlTest.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
InlineTest class Symfony\Component\Yaml\Tests drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/InlineTest.php
A class Symfony\Component\Yaml\Tests drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php
DumperTest class Symfony\Component\Yaml\Tests drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/DumperTest.php
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. 10

Pages

Other projects