Classes, traits, and interfaces

Primary tabs

Name Type Namespacesort ascending Location Description Direct uses Use statements Strings
RequestTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
RequestContentProxy class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
ResponseHeaderBagTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php
JsonResponseTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php @covers Symfony\Component\HttpFoundation\JsonResponse::__construct @covers Symfony\Component\HttpFoundation\JsonResponse::setData @covers Symfony\Component\HttpFoundation\JsonResponse::setCallback
RequestMatcherTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
StreamedResponseTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php
ResponseTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
NamespacedAttributeBagTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/NamespacedAttributeBagTest.php Tests NamespacedAttributeBag
StringableObject class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
ApacheRequestTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ApacheRequestTest.php
FileBagTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/FileBagTest.php FileBagTest.
ParameterBagTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php
AbstractProxy abstract class Symfony\Component\HttpFoundation\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php AbstractProxy. 4 2
NativeProxy class Symfony\Component\HttpFoundation\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php NativeProxy. 2
SessionHandlerProxy class Symfony\Component\HttpFoundation\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php SessionHandler proxy. 2
NullSessionHandler class Symfony\Component\HttpFoundation\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php NullSessionHandler. 2
NativeFileSessionHandler class Symfony\Component\HttpFoundation\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php NativeFileSessionHandler. 2
MemcachedSessionHandler class Symfony\Component\HttpFoundation\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php MemcachedSessionHandler. 1
PdoSessionHandler class Symfony\Component\HttpFoundation\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php PdoSessionHandler. 1
MemcacheSessionHandler class Symfony\Component\HttpFoundation\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php MemcacheSessionHandler. 1
MongoDbSessionHandler class Symfony\Component\HttpFoundation\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php MongoDB session handler 1
MockArraySessionStorage class Symfony\Component\HttpFoundation\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php MockArraySessionStorage mocks the session for unit tests. 1 3
SessionStorageInterface interface Symfony\Component\HttpFoundation\Session\Storage drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php StorageInterface. 2 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
FlashBagInterface interface Symfony\Component\HttpFoundation\Session\Flash drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php FlashBagInterface. 2 2
AttributeBagInterface interface Symfony\Component\HttpFoundation\Session\Attribute drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php Attributes store. 1 1
AttributeBag class Symfony\Component\HttpFoundation\Session\Attribute drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php This class relates to session attribute storage 1 6
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
SessionInterface interface Symfony\Component\HttpFoundation\Session drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php Interface for the session. 1 1
SessionBagInterface interface Symfony\Component\HttpFoundation\Session drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php Session Bag store. 3 7
Session class Symfony\Component\HttpFoundation\Session drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Session.php Session. 3
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
ExtensionGuesserInterface interface Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/ExtensionGuesserInterface.php Guesses the file extension corresponding to a given mime type 2
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
MimeTypeGuesserInterface interface Symfony\Component\HttpFoundation\File\MimeType drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeGuesserInterface.php Guesses the mime type of a file 3
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
FileException class Symfony\Component\HttpFoundation\File\Exception drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/Exception/FileException.php Thrown when an error occurred in the component File 4 3
UploadedFile class Symfony\Component\HttpFoundation\File drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/UploadedFile.php A file uploaded through a form. 5
File class Symfony\Component\HttpFoundation\File drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/File/File.php A file in the file system. 1 2
RequestMatcher class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php RequestMatcher compares a pre-defined set of checks against a Request instance. 1

Pages

Other projects