Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
TypedDataTest class Drupal\system\Tests\TypedData drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php Tests primitive data types.
TypedDataStringBlock class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/TypedDataStringBlock.php Implementation of a String TypedData contextual block plugin used by Plugin API context test.
TypedDataNormalizer class Drupal\serialization\Normalizer drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/TypedDataNormalizer.php Converts typed data objects to arrays. 1 2
TypedDataManager class Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php Manages data type plugins. 1 1 2
TypedDataInterface interface Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php Interface for typed data objects. 3 20
TypedDataFactory class Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedDataFactory.php A factory for typed data objects. 1 1
TypedData abstract class Drupal\Core\TypedData drupal/core/lib/Drupal/Core/TypedData/TypedData.php The abstract base class for typed data. 17 16
TypedConfigManager class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/TypedConfigManager.php Manages config type plugins. 1 1 2
TypedConfigElementFactory class Drupal\Core\Config drupal/core/lib/Drupal/Core/Config/TypedConfigElementFactory.php A factory for typed config element objects.
Type class Drupal\node\Plugin\views\field drupal/core/modules/node/lib/Drupal/node/Plugin/views/field/Type.php Field handler to translate a node type into its readable form.
Type class Drupal\node\Plugin\views\argument drupal/core/modules/node/lib/Drupal/node/Plugin/views/argument/Type.php Argument handler to accept a node type.
Type class Symfony\Component\Validator\Constraints drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Constraints/Type.php @author Bernhard Schussek <bschussek@gmail.com> 1 3
TwoTest class drupal/core/vendor/phpunit/phpunit/Tests/Regression/783/TwoTest.php @group bar
Twig_TokenStream class drupal/core/vendor/twig/twig/lib/Twig/TokenStream.php Represents a token stream.
Twig_TokenParser_Use class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Use.php Imports blocks defined in another template into the current template.
Twig_TokenParser_Spaceless class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php Remove whitespaces between HTML tags.
Twig_TokenParser_Set class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Set.php Defines a variable.
Twig_TokenParser_Sandbox class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php Marks a section of a template as untrusted code that must be evaluated in the sandbox mode.
Twig_TokenParser_Macro class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Macro.php Defines a macro.
Twig_TokenParser_Include class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Include.php Includes a template. 1
Twig_TokenParser_Import class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Import.php Imports macros.
Twig_TokenParser_If class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/If.php Tests a condition.
Twig_TokenParser_From class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/From.php Imports macros.
Twig_TokenParser_For class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/For.php Loops over each item of a sequence.
Twig_TokenParser_Flush class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Flush.php Flushes the output to the client.
Twig_TokenParser_Filter class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Filter.php Filters a section of a template by applying filters.
Twig_TokenParser_Extends class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Extends.php Extends a template by another one.
Twig_TokenParser_Embed class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Embed.php Embeds a template.
Twig_TokenParser_Do class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Do.php Evaluates an expression, discarding the returned value.
Twig_TokenParser_Block class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Block.php Marks a section of a template as being reusable.
Twig_TokenParser_AutoEscape class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php Marks a section of a template to be escaped or not.
Twig_TokenParserInterface interface drupal/core/vendor/twig/twig/lib/Twig/TokenParserInterface.php Interface implemented by token parsers. 1
Twig_TokenParserBrokerInterface Deprecated interface drupal/core/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php Interface implemented by token parser brokers. 1
Twig_TokenParserBroker Deprecated class drupal/core/vendor/twig/twig/lib/Twig/TokenParserBroker.php Default implementation of a token parser broker.
Twig_TokenParser abstract class drupal/core/vendor/twig/twig/lib/Twig/TokenParser.php Base class for all token parsers. 19
Twig_Token class drupal/core/vendor/twig/twig/lib/Twig/Token.php Represents a Token.
Twig_Test_NodeTestCase abstract class drupal/core/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php 39
Twig_Test_Node Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Test/Node.php Represents a template test as a Node.
Twig_Test_Method Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Test/Method.php Represents a method template test.
Twig_Test_Loader_TemplateReference class drupal/core/vendor/twig/twig/test/Twig/Tests/Loader/ArrayTest.php
Twig_Test_IntegrationTestCase abstract class drupal/core/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php Integration test helper 1
Twig_Test_Function Deprecated class drupal/core/vendor/twig/twig/lib/Twig/Test/Function.php Represents a function template test.
Twig_Test_EscapingTest class drupal/core/vendor/twig/twig/test/Twig/Tests/escapingTest.php This class is adapted from code coming from Zend Framework.
Twig_Tests_TokenStreamTest class drupal/core/vendor/twig/twig/test/Twig/Tests/TokenStreamTest.php
Twig_Tests_TemplateTest class drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php
Twig_Tests_ParserTest class drupal/core/vendor/twig/twig/test/Twig/Tests/ParserTest.php
Twig_Tests_Node_TextTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/TextTest.php
Twig_Tests_Node_SpacelessTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SpacelessTest.php
Twig_Tests_Node_SetTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SetTest.php
Twig_Tests_Node_SandboxTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/SandboxTest.php

Pages

Other projects