Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct usessort ascending Use statements Strings
AssetManager class Assetic drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php Manages assets. 1 5
AbstractEntityBodyDecorator class Guzzle\Http drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php Abstract decorator used to wrap entity bodies 1
Collection class Guzzle\Common drupal/core/vendor/guzzle/common/Guzzle/Common/Collection.php Key value pair collection object 1 12
Stream class Guzzle\Stream drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php PHP stream implementation 1 2
LocaleUninstallTest class Drupal\locale\Tests drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUninstallTest.php Locale uninstall with English UI functional test. 1
FileUsageBase abstract class Drupal\file\FileUsage drupal/core/modules/file/lib/Drupal/file/FileUsage/FileUsageBase.php Defines the base class for database file usage backend. 1
SaveUploadTest class Drupal\file\Tests drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php Test the file_save_upload() function. 1
JsonldNormalizerTestBase abstract class Drupal\jsonld\Tests drupal/core/modules/jsonld/lib/Drupal/jsonld/Tests/JsonldNormalizerTestBase.php Parent class for JSON-LD tests. 1 1
Twig_Node_Print class drupal/core/vendor/twig/twig/lib/Twig/Node/Print.php Represents a node that outputs an expression. 1
Twig_Node_Include class drupal/core/vendor/twig/twig/lib/Twig/Node/Include.php Represents an include node. 1
Twig_Node_Module class drupal/core/vendor/twig/twig/lib/Twig/Node/Module.php Represents a module node. 1
Twig_TokenParser_Include class drupal/core/vendor/twig/twig/lib/Twig/TokenParser/Include.php Includes a template. 1
Twig_TemplatePropertyObject class drupal/core/vendor/twig/twig/test/Twig/Tests/TemplateTest.php 1
AssetCollection class Assetic\Asset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php A collection of assets. 1 2
Request class Guzzle\Http\Message drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php HTTP request class to send requests 1
RequestException class Guzzle\Http\Exception drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/RequestException.php Http request exception 1 4
InvalidArgumentException class Guzzle\Common\Exception drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/InvalidArgumentException.php 1 11
BadMethodCallException class Guzzle\Common\Exception drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/BadMethodCallException.php 1
UnexpectedValueException class Guzzle\Common\Exception drupal/core/vendor/guzzle/common/Guzzle/Common/Exception/UnexpectedValueException.php 1
Lexer abstract class Doctrine\Common drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php Base class for writing simple lexers, i.e. for creating small DSLs. 1 1
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
Process class Symfony\Component\Process drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php Process is a thin wrapper around proc_* functions to ease start independent PHP processes. 1 4
Client class Symfony\Component\HttpKernel drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Client.php Client simulates a browser and makes requests to a Kernel object. 1 2
SimpleXMLElement class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/SimpleXMLElement.php SimpleXMLElement class. 1 1
Definition class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php Definition represents a service definition. 1 27
ContainerBuilder class Symfony\Component\DependencyInjection drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php ContainerBuilder is a DI container that provides an API to easily describe services. 1 90
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
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
SystemConfigFormBase abstract class Drupal\system\Tests\System drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemConfigFormBase.php Full generic test suite for any form that data with the configuration system. 1 1
UnmanagedCopyTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedCopyTest.php Unmanaged copy related tests. 1
UnmanagedDeleteTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteTest.php Deletion related tests. 1
ScanDirectoryTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/ScanDirectoryTest.php Tests the file_scan_directory() function. 1
DirectoryTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php Directory related tests. 1
UnmanagedDeleteRecursiveTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedDeleteRecursiveTest.php Deletion related tests. 1
UnmanagedMoveTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedMoveTest.php Unmanaged move related tests. 1
UnmanagedSaveDataTest class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/UnmanagedSaveDataTest.php Tests the file_unmanaged_save_data() function. 1
MTimeProtectedFileStorageTest class Drupal\system\Tests\PhpStorage drupal/core/modules/system/lib/Drupal/system/Tests/PhpStorage/MTimeProtectedFileStorageTest.php Tests the directory mtime based PHP loader implementation. 1
Twig_Node_Expression_Name class drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Name.php 1
Twig_Node_Expression_Filter class drupal/core/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php 1
LessFilterTest class Assetic\Test\Filter drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Filter/LessFilterTest.php @group integration 1
SassFilter class Assetic\Filter\Sass drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php Loads SASS files. 1 1
BasePhpFormulaLoader abstract class Assetic\Factory\Loader drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php Loads asset formulae from PHP files. 1
PersistentObject abstract class Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php PersistentObject base class that implements getter/setter methods for all mapped fields and associations by overriding __call. 1 1
LogicException class Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/LogicException.php LogicException 1 1
RuntimeException class Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/RuntimeException.php RuntimeException 1 8
UnexpectedValueException class Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/UnexpectedValueException.php UnexpectedValueException 1 4
SerializerAwareEncoder abstract class Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/SerializerAwareEncoder.php SerializerAware Encoder implementation 1
JsonEncoder class Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php Encodes JSON data 1 2
XmlFileLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/XmlFileLoader.php XmlFileLoader loads XML routing files. 1 2
AnnotationFileLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationFileLoader.php AnnotationFileLoader loads routing information from annotations set on a PHP class and its methods. 1 1

Pages

Other projects