Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
TwigTestFoo class drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php
TwigTestTokenParser_☃ class drupal/core/vendor/twig/twig/test/Twig/Tests/IntegrationTest.php
TwigThemeTestController class Drupal\twig_theme_test drupal/core/modules/system/tests/modules/twig_theme_test/lib/Drupal/twig_theme_test/TwigThemeTestController.php Controller routines for Twig theme test routes.
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 Deprecated 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_ExistsLoaderInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php Adds an exists() method for loaders. 4
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 9
Twig_ExtensionInterface interface drupal/core/vendor/twig/twig/lib/Twig/ExtensionInterface.php Interface implemented by extension classes. 1
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_Extension_Staging class drupal/core/vendor/twig/twig/lib/Twig/Extension/Staging.php Internal class.
Twig_Extension_StringLoader class drupal/core/vendor/twig/twig/lib/Twig/Extension/StringLoader.php
Twig_Filter Deprecated abstract class drupal/core/vendor/twig/twig/lib/Twig/Filter.php Represents a template filter. 3
Twig_FilterCallableInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/FilterCallableInterface.php Represents a callable template filter. 1
Twig_FilterInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/FilterInterface.php Represents a template filter. 1
Twig_Filter_Function Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Filter/Function.php Represents a function template filter.
Twig_Filter_Method Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Filter/Method.php Represents a method template filter.
Twig_Filter_Node Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Filter/Node.php Represents a template filter as a node.
Twig_Function Deprecated abstract class drupal/core/vendor/twig/twig/lib/Twig/Function.php Represents a template function. 3
Twig_FunctionCallableInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php Represents a callable template function. 1
Twig_FunctionInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/FunctionInterface.php Represents a template function. 1
Twig_Function_Function Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Function/Function.php Represents a function template function.
Twig_Function_Method Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Function/Method.php Represents a method template function.
Twig_Function_Node Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Function/Node.php Represents a template function as a node.
Twig_Lexer class drupal/core/vendor/twig/twig/lib/Twig/Lexer.php Lexes a template string.
Twig_LexerInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/LexerInterface.php Interface implemented by lexer classes. 1
Twig_LoaderInterface interface drupal/core/vendor/twig/twig/lib/Twig/LoaderInterface.php Interface all loaders must implement. 4
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_Markup class drupal/core/vendor/twig/twig/lib/Twig/Markup.php Marks a content as safe.
Twig_Node class drupal/core/vendor/twig/twig/lib/Twig/Node.php Represents a node in the AST. 20
Twig_NodeInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/NodeInterface.php Represents a node in the AST. 1
Twig_NodeOutputInterface interface drupal/core/vendor/twig/twig/lib/Twig/NodeOutputInterface.php Represents a displayable node in the AST. 4
Twig_NodeTraverser class drupal/core/vendor/twig/twig/lib/Twig/NodeTraverser.php Twig_NodeTraverser is a node traverser.
Twig_NodeVisitorInterface interface drupal/core/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php Twig_NodeVisitorInterface is the interface the all node visitor classes must implement. 6
Twig_NodeVisitor_Escaper class drupal/core/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php Twig_NodeVisitor_Escaper implements output escaping.
Twig_NodeVisitor_Optimizer class drupal/core/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php Twig_NodeVisitor_Optimizer tries to optimizes the AST.
Twig_NodeVisitor_SafeAnalysis class drupal/core/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php

Pages

Other projects