You are here

Classes, traits, and interfaces in Service Container 7.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ExpressionLanguageProvider class Symfony\Component\DependencyInjection modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php Define some ExpressionLanguage functions.
Extension abstract class Symfony\Component\DependencyInjection\Extension modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Extension/Extension.php Provides useful features shared by many extensions.
Extension class Drupal\Core\Extension lib/Drupal/Core/Extension/Extension.php Defines an extension (file) object. 1
ExtensionInterface interface Symfony\Component\DependencyInjection\Extension modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php ExtensionInterface is the interface implemented by container extension classes. 2 2
ExtensionTest class Symfony\Component\DependencyInjection\Tests\Extension modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php
FactoryInterface interface Drupal\Component\Plugin\Factory lib/Drupal/Component/Plugin/Factory/FactoryInterface.php Factory interface implemented by all plugin factories. 2 1
FallbackPluginManagerInterface interface Drupal\Component\Plugin lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php An interface implemented by plugin managers with fallback plugin behaviors. 1 2
FileCache class Drupal\Component\FileCache lib/Drupal/Component/FileCache/FileCache.php Allows to cache data based on file modification dates.
FileCacheBackendInterface interface Drupal\Component\FileCache lib/Drupal/Component/FileCache/FileCacheBackendInterface.php Defines an interface inspired by APCu for FileCache backends. 1
FileCacheFactory class Drupal\Component\FileCache lib/Drupal/Component/FileCache/FileCacheFactory.php Creates a FileCache object. 3
FileCacheInterface interface Drupal\Component\FileCache lib/Drupal/Component/FileCache/FileCacheInterface.php Interface for objects that allow caching file data. 2
FileCacheReader class Doctrine\Common\Annotations modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/FileCacheReader.php File cache reader for annotations.
FileLoader abstract class Symfony\Component\DependencyInjection\Loader modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Loader/FileLoader.php FileLoader is the abstract class used by all built-in loaders that are file based. 4
FileReadOnlyStorage class Drupal\Component\PhpStorage lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php Reads code as regular PHP files, but won't write them.
FileStorage class Drupal\Component\PhpStorage lib/Drupal/Component/PhpStorage/FileStorage.php Stores the code as regular PHP files. 1
FloodInterface interface Drupal\Core\Flood lib/Drupal/Core/Flood/FloodInterface.php Defines an interface for flood controllers. 1 1
FloodTest class Drupal\service_container\Tests lib/Drupal/service_container/Tests/FloodTest.php
FooClass class Symfony\Component\DependencyInjection\Tests modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php
FooClass class Bar modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo.php 2
FrozenParameterBag class Symfony\Component\DependencyInjection\ParameterBag modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php Holds read-only parameters. 5
FrozenParameterBagTest class Symfony\Component\DependencyInjection\Tests\ParameterBag modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/ParameterBag/FrozenParameterBagTest.php
GarbageCollectionTest class Drupal\service_container\Tests\KeyValue lib/Drupal/service_container/Tests/KeyValue/GarbageCollectionTest.php Tests garbage collection for the the expirable key-value database storage.
Graph class Drupal\Component\Graph lib/Drupal/Component/Graph/Graph.php Directed acyclic graph manipulation.
GraphvizDumper class Symfony\Component\DependencyInjection\Dumper modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php GraphvizDumper dumps a service container as a graphviz file. 1
GraphvizDumperTest class Symfony\Component\DependencyInjection\Tests\Dumper modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php
Html class Drupal\Component\Utility lib/Drupal/Component/Utility/Html.php Provides DOMDocument helpers for parsing and serializing HTML strings.
HWLDFWordAccumulator class Drupal\Component\Diff\Engine lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php @todo document @private @subpackage DifferenceEngine 1
IgnoreAnnotation final class Doctrine\Common\Annotations\Annotation modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php Annotation that can be used to signal to the parser to ignore specific annotations during the parsing process. 1
Image class Drupal\Component\Utility lib/Drupal/Component/Utility/Image.php Provides helpers to operate on images.
InactiveScopeException class Symfony\Component\DependencyInjection\Exception modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/InactiveScopeException.php This exception is thrown when you try to create a service of an inactive scope. 13
IndexedReader class Doctrine\Common\Annotations modules/providers/service_container_annotation_discovery/lib/Doctrine/annotations/lib/Doctrine/Common/Annotations/IndexedReader.php Allows the reader to be used in-place of Doctrine's reader.
IniFileLoader class Symfony\Component\DependencyInjection\Loader modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php IniFileLoader loads parameters from INI files. 3 1
IniFileLoaderTest class Symfony\Component\DependencyInjection\Tests\Loader modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php
Inline class Symfony\Component\Yaml modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Inline.php Inline implements a YAML parser/dumper for the YAML inline syntax. 1
InlineServiceDefinitionsPass class Symfony\Component\DependencyInjection\Compiler modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php Inline service definitions where this is possible. 1
InlineServiceDefinitionsPassTest class Symfony\Component\DependencyInjection\Tests\Compiler modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php
InlineTest class Symfony\Component\Yaml\Tests modules/providers/service_container_symfony/lib/Symfony/Component/Yaml/Tests/InlineTest.php
InstantiatorInterface interface Symfony\Component\DependencyInjection\LazyProxy\Instantiator modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php Lazy proxy instantiator, capable of instantiating a proxy given a container, the service definitions and a callback that produces the real service instance. 1 1
IntegrationTest class Symfony\Component\DependencyInjection\Tests\Compiler modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php This class tests the integration of the different compiler passes.
IntrospectableContainerInterface interface Symfony\Component\DependencyInjection modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/IntrospectableContainerInterface.php IntrospectableContainerInterface defines additional introspection functionality for containers, allowing logic to be implemented based on a Container's state. 3 3
IntrospectableContainerInterface interface Symfony\Component\DependencyInjection lib/Symfony/Component/DependencyInjection/IntrospectableContainerInterface.php IntrospectableContainerInterface defines additional introspection functionality for containers, allowing logic to be implemented based on a Container's state. 3 3
InvalidArgumentException class Psr\Log lib/Psr/Log/InvalidArgumentException.php 1
InvalidArgumentException class Symfony\Component\DependencyInjection\Exception modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php Base InvalidArgumentException for Dependency Injection component. 3 29
InvalidDataTypeException class Drupal\Component\Serialization\Exception lib/Drupal/Component/Serialization/Exception/InvalidDataTypeException.php Exception thrown when a data type is invalid. 1
InvalidDecoratedMethod class Drupal\Component\Plugin\Exception lib/Drupal/Component/Plugin/Exception/InvalidDecoratedMethod.php Exception thrown when a decorator's _call() method is triggered, but the decorated object does not contain the requested method.
InvalidDeriverException class Drupal\Component\Plugin\Exception lib/Drupal/Component/Plugin/Exception/InvalidDeriverException.php Exception to be thrown if a plugin tries to use an invalid deriver. 1
InvalidPluginDefinitionException class Drupal\Component\Plugin\Exception lib/Drupal/Component/Plugin/Exception/InvalidPluginDefinitionException.php Defines a class for invalid plugin definition exceptions.
Json class Drupal\Component\Serialization lib/Drupal/Component/Serialization/Json.php Default serialization for JSON.
KeyValueDatabaseExpirableFactory class Drupal\service_container\KeyValueStore src/KeyValueStore/KeyValueDatabaseExpirableFactory.php @codeCoverageIgnore
KeyValueDatabaseExpirableFactory class Drupal\Core\KeyValueStore lib/Drupal/Core/KeyValueStore/KeyValueDatabaseExpirableFactory.php Defines the key/value store factory for the database backend. 1

Pages

Other projects