Classes, traits, and interfaces

Primary tabs

Name Type Namespacesort descending Location Description Direct uses Use statements Strings
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
ParameterBagTest class Symfony\Component\DependencyInjection\Tests\ParameterBag drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php
FrozenParameterBagTest class Symfony\Component\DependencyInjection\Tests\ParameterBag drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ParameterBag/FrozenParameterBagTest.php
ContainerAwareEventDispatcher class Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php Lazily loads listeners and subscribers from the dependency injection container 1 2
GenericEvent class Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/GenericEvent.php Event encapsulation class. 1
EventDispatcher class Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php The EventDispatcherInterface is the central point of Symfony's event listener system. 2 14
ImmutableEventDispatcher class Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php A read-only proxy for an event dispatcher. 1
EventDispatcherInterface interface Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php The EventDispatcherInterface is the central point of Symfony's event listener system. Listeners are registered on the manager and events are dispatched through the manager. 2 7
Event class Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php Event is the base class for classes containing event data. 6 10
EventSubscriberInterface interface Symfony\Component\EventDispatcher drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventSubscriberInterface.php An EventSubscriber knows himself what events he is interested in. If an EventSubscriber is added to an EventDispatcherInterface, the manager invokes {@link getSubscribedEvents} and registers the subscriber as a listener for all returned events. 32 34
TraceableEventDispatcherInterface interface Symfony\Component\EventDispatcher\Debug drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcherInterface.php @author Fabien Potencier <fabien@symfony.com> 2 3
EventDispatcherTest class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
TestEventListener class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
TestEventSubscriber class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
TestEventSubscriberWithPriorities class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
TestEventSubscriberWithMultipleListeners class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php
ImmutableEventDispatcherTest class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php @author Bernhard Schussek <bschussek@gmail.com>
ContainerAwareEventDispatcherTest class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php
Service class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php
SubscriberService class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/ContainerAwareEventDispatcherTest.php
GenericEventTest class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php Test class for Event.
EventTest class Symfony\Component\EventDispatcher\Tests drupal/core/vendor/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Tests/EventTest.php Test class for Event.
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
ApacheRequest class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ApacheRequest.php Request represents an HTTP request from an Apache server. 1
StreamedResponse class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/StreamedResponse.php StreamedResponse represents a streamed HTTP response. 6
RequestMatcherInterface interface Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php RequestMatcherInterface is an interface for strategies to match a Request. 1 1
RedirectResponse class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RedirectResponse.php RedirectResponse represents an HTTP response doing a redirect. 5
ServerBag class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ServerBag.php ServerBag is a container for HTTP headers from the $_SERVER variable. 1
JsonResponse class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/JsonResponse.php Response represents an HTTP response in JSON format. 1 16
FileBag class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/FileBag.php FileBag is a container for HTTP headers. 1
HeaderBag class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/HeaderBag.php HeaderBag is a container for HTTP headers. 1 2
Response class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Response.php Response represents an HTTP response. 4 67
ResponseHeaderBag class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php ResponseHeaderBag is a container for Response HTTP headers. 2
ParameterBag class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ParameterBag.php ParameterBag is a container for key/value pairs. 2 2
Cookie class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Cookie.php Represents a cookie 5
Request class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php Request represents an HTTP request. 2 100
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
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
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

Pages

Other projects