Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct usessort ascending Use statements Strings
FrozenParameterBagTest class Symfony\Component\DependencyInjection\Tests\ParameterBag drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ParameterBag/FrozenParameterBagTest.php
YamlFileLoaderTest class Symfony\Component\DependencyInjection\Tests\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php
IniFileLoaderTest class Symfony\Component\DependencyInjection\Tests\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php
PhpFileLoaderTest class Symfony\Component\DependencyInjection\Tests\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/PhpFileLoaderTest.php
ClosureLoaderTest class Symfony\Component\DependencyInjection\Tests\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/ClosureLoaderTest.php
XmlFileLoaderTest class Symfony\Component\DependencyInjection\Tests\Loader drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php
NamespacedAttributeBag class Symfony\Component\HttpFoundation\Session\Attribute drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/NamespacedAttributeBag.php This class provides structured storage of session attributes using a name spacing character in the key. 1
NativeSessionStorage class Symfony\Component\HttpFoundation\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php This provides a base class for session attribute storage. 4
MockFileSessionStorage class Symfony\Component\HttpFoundation\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php MockFileSessionStorage is used to mock sessions for functional testing when done in a single PHP process. 1
MetadataBag class Symfony\Component\HttpFoundation\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php Metadata container. 5
FlashBag class Symfony\Component\HttpFoundation\Session\Flash drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php FlashBag flash message container. 6
AutoExpireFlashBag class Symfony\Component\HttpFoundation\Session\Flash drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php AutoExpireFlashBag flash message container. 1
SessionTest class Symfony\Component\HttpFoundation\Tests\Session drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php SessionTest
UploadedFileTest class Symfony\Component\HttpFoundation\Tests\File drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php
FileTest class Symfony\Component\HttpFoundation\Tests\File drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/FileTest.php
FileNotFoundException class Symfony\Component\HttpFoundation\File\Exception drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php Thrown when a file was not found 7
UnexpectedTypeException class Symfony\Component\HttpFoundation\File\Exception drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php
AccessDeniedException class Symfony\Component\HttpFoundation\File\Exception drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php Thrown when the access on a file was denied. 5
UploadException class Symfony\Component\HttpFoundation\File\Exception drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/UploadException.php Thrown when an error occurred during file upload
MimeTypeExtensionGuesser class Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php Provides a best-guess mapping of mime type to file extension.
ExtensionGuesser class Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesser.php A singleton mime type to file extension guesser. 1
MimeTypeGuesser class Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesser.php A singleton mime type guesser. 3
FileBinaryMimeTypeGuesser class Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/FileBinaryMimeTypeGuesser.php Guesses the mime type with the binary "file" (only available on *nix) 1
FileinfoMimeTypeGuesser class Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/FileinfoMimeTypeGuesser.php Guesses the mime type using the PECL extension FileInfo
MockBlockManager class Drupal\plugin_test\Plugin drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/MockBlockManager.php Defines a plugin manager used by Plugin API derivative unit tests. 1
DefaultsTestPluginManager class Drupal\plugin_test\Plugin drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/DefaultsTestPluginManager.php Defines a plugin manager used by Plugin API unit tests. 1
AlterDecoratorTestPluginManager class Drupal\plugin_test\Plugin drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/AlterDecoratorTestPluginManager.php Defines a plugin manager used by AlterDecorator unit tests. 1
Twig_Tests_Node_Expression_Binary_FloorDivTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/FloorDivTest.php
Twig_Tests_Node_Expression_Binary_SubTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/SubTest.php
Twig_Tests_Node_Expression_Binary_ConcatTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ConcatTest.php
Twig_Tests_Node_Expression_Binary_DivTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/DivTest.php
Twig_Tests_Node_Expression_Binary_OrTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/OrTest.php
Twig_Tests_Node_Expression_Binary_AndTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AndTest.php
Twig_Tests_Node_Expression_Binary_MulTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/MulTest.php
Twig_Tests_Node_Expression_Binary_AddTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/AddTest.php
Twig_Tests_Node_Expression_Binary_ModTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Binary/ModTest.php
Twig_Tests_Node_Expression_Unary_PosTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/PosTest.php
Twig_Tests_Node_Expression_Unary_NotTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NotTest.php
Twig_Tests_Node_Expression_Unary_NegTest class drupal/core/vendor/twig/twig/test/Twig/Tests/Node/Expression/Unary/NegTest.php
MappingDriverChain class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php The DriverChain allows you to add multiple other mapping drivers for certain namespaces 1
StaticPHPDriver class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php The StaticPHPDriver calls a static loadMetadata() method on your entity classes where you can manually populate the ClassMetadata instance. 1
DefaultFileLocator class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php Locate the file that contains the metadata information for a given class name. 2
AnnotationDriver abstract class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php The AnnotationDriver reads the mapping metadata from docblock annotations.
SymfonyFileLocator class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php The Symfony File Locator makes a simplifying assumptions compared to the DefaultFileLocator. By assuming paths only contain entities of a certain namespace the mapping files consists of the short classname only. 1
PHPDriver class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php The PHPDriver includes php files which just populate ClassMetadataInfo instances with plain php code 1
PHPDriverTest class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/PHPDriverTest.php
SymfonyFileLocatorTest class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/SymfonyFileLocatorTest.php
FileDriverTest class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php
TestFileDriver class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/FileDriverTest.php
StaticReflectionServiceTest class Doctrine\Tests\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php @group DCOM-93

Pages

Other projects