Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statementssort ascending Strings
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
FileTestBase abstract class Drupal\system\Tests\File drupal/core/modules/system/lib/Drupal/system/Tests/File/FileTestBase.php Base class for file tests that adds some additional file specific assertions and helper functions. 10 1
ResourcePluginManager class Drupal\rest\Plugin\Type drupal/core/modules/rest/lib/Drupal/rest/Plugin/Type/ResourcePluginManager.php Manages discovery and instantiation of resource plugins. 1
CompilerApiFilter class Assetic\Filter\GoogleClosure drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php Filter for the Google Closure Compiler API. 1
CompilerJarFilter class Assetic\Filter\GoogleClosure drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php Filter for the Google Closure Compiler JAR. 1
JsCompressorFilter class Assetic\Filter\Yui drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php Javascript YUI compressor filter. 1
BaseCompressorFilter abstract class Assetic\Filter\Yui drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php Base YUI compressor filter. 3 1
CssCompressorFilter class Assetic\Filter\Yui drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php CSS YUI compressor filter. 1
ScssFilter class Assetic\Filter\Sass drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php Loads SCSS files. 1
SassFilter class Assetic\Filter\Sass drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php Loads SASS files. 1 1
AssetCollectionIterator class Assetic\Asset\Iterator drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php Iterates over an asset collection. 1
AssetCollectionFilterIterator class Assetic\Asset\Iterator drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php Asset collection filter iterator. 1
TwigFormulaLoader class Assetic\Extension\Twig drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php Loads asset formulae from Twig templates. 1
TwigResource class Assetic\Extension\Twig drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php A Twig template resource. 1
CoalescingDirectoryResource class Assetic\Factory\Resource drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php Coalesces multiple directories together into one merged resource. 1
EnsureFilterWorker class Assetic\Factory\Worker drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php Applies a filter to an asset based on a source and/or target path match. 1
FunctionCallsFormulaLoader class Assetic\Factory\Loader drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php Loads asset formulae from PHP files. 1
CachedFormulaLoader class Assetic\Factory\Loader drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php Adds a caching layer to a loader. 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
MemcacheCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcacheCache.php Memcache cache provider. 1
ApcCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ApcCache.php APC cache provider. 1
FilesystemCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/FilesystemCache.php Filesystem cache driver. 1
ZendDataCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ZendDataCache.php Zend Data Cache cache driver. 1
RedisCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/RedisCache.php Redis cache provider. 1
PhpFileCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/PhpFileCache.php Php file cache driver. 1
MemcachedCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/MemcachedCache.php Memcached cache provider. 1
XcacheCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/XcacheCache.php Xcache cache driver. 1
SimpleAnnotationReader class Doctrine\Common\Annotations drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php Simple Annotation Reader. 1
Annotation class Doctrine\Common\Annotations drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation.php Annotations class 9 1
TokenParser class Doctrine\Common\Annotations drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/TokenParser.php Parses a file for namespaces/use/class declarations. 1
Debug final class Doctrine\Common\Util drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/Debug.php Static class containing most used debug methods. 1
ArrayCollection class Doctrine\Common\Collections drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php An ArrayCollection is a Collection implementation that wraps a regular PHP array. 1
LogicException class Symfony\Component\Serializer\Exception drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Exception/LogicException.php LogicException 1 1
ChainEncoder class Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainEncoder.php Encoder delegating the decoding to a chain of encoders. 1
XmlEncoder class Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php Encodes XML data 1
ChainDecoder class Symfony\Component\Serializer\Encoder drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainDecoder.php Decoder delegating the decoding to a chain of decoders. 1
SerializerAwareNormalizer abstract class Symfony\Component\Serializer\Normalizer drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/SerializerAwareNormalizer.php SerializerAware Normalizer implementation 3 1
ProcessFailedException class Symfony\Component\Process\Exception drupal/core/vendor/symfony/process/Symfony/Component/Process/Exception/ProcessFailedException.php Exception for failed processes. 1
ApacheUrlMatcher class Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper). 1
TraceableUrlMatcher class Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php TraceableUrlMatcher helps debug path info matching by tracing the match. 1
UrlGenerator class Symfony\Component\Routing\Generator drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php UrlGenerator generates a URL based on a set of routes. 1
MissingMandatoryParametersException class Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php Exception thrown when a route cannot be generated because of missing mandatory parameters. 1
InvalidParameterException class Symfony\Component\Routing\Exception drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Exception/InvalidParameterException.php Exception thrown when a parameter is not valid 1
AnnotationDirectoryLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php AnnotationDirectoryLoader loads routing information from annotations set on PHP classes and methods. 1
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
YamlFileLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/YamlFileLoader.php YamlFileLoader loads Yaml routing files. 1
AnnotationClassLoader abstract class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php AnnotationClassLoader loads routing information from a PHP class and its methods. 1
ClosureLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/ClosureLoader.php ClosureLoader loads routes from a PHP closure. 1
PhpFileLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/PhpFileLoader.php PhpFileLoader loads routes from a PHP file. 1
Route class Symfony\Component\Routing\Annotation drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Annotation/Route.php Annotation class for @Route(). 1

Pages

Other projects