Classes, traits, and interfaces

Primary tabs

Name Type Namespacesort descending Location Description Direct uses Use statements Strings
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
ExpressionVisitor abstract class Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ExpressionVisitor.php An Expression visitor walks a graph of expressions and turns them into a query for the underlying implementation. 1
Value class Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Value.php 1
Expression interface Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Expression.php Expression for the {@link Selectable} interface. 3 2
CompositeExpression class Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/CompositeExpression.php Expression of Expressions combined by AND or OR operation. 4
Comparison class Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/Comparison.php Comparison of a field with a value by the given operator. 3
ClosureExpressionVisitor class Doctrine\Common\Collections\Expr drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Expr/ClosureExpressionVisitor.php Walks an expression graph and turns it into a PHP closure. 2
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
ObjectRepository interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php Contract for a Doctrine persistence layer ObjectRepository class to implement.
AbstractManagerRegistry abstract class Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/AbstractManagerRegistry.php Abstract implementation of the ManagerRegistry contract.
Proxy interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Proxy.php Interface for proxy classes. 1
ObjectManager interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php Contract for a Doctrine persistence layer ObjectManager class to implement. 4
ObjectManagerAware interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php Makes a Persistent Objects aware of its own object-manager. 1
ConnectionRegistry interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ConnectionRegistry.php Contract covering connection for a Doctrine persistence layer ManagerRegistry class to implement. 1
ManagerRegistry interface Doctrine\Common\Persistence drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ManagerRegistry.php Contract covering object managers for a Doctrine persistence layer ManagerRegistry class to implement. 1 1
LoadClassMetadataEventArgs class Doctrine\Common\Persistence\Event drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php Class that holds event arguments for a loadMetadata event.
OnClearEventArgs class Doctrine\Common\Persistence\Event drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php Provides event arguments for the onClear event.
ManagerEventArgs class Doctrine\Common\Persistence\Event drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/ManagerEventArgs.php Provides event arguments for the preFlush event.
PreUpdateEventArgs class Doctrine\Common\Persistence\Event drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/PreUpdateEventArgs.php Class that holds event arguments for a preUpdate event.
LifecycleEventArgs class Doctrine\Common\Persistence\Event drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LifecycleEventArgs.php Lifecycle Events are triggered by the UnitOfWork during lifecycle transitions of entities. 1
ReflectionService interface Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php Very simple reflection service abstraction. 2 2
ClassMetadata interface Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php Contract for a Doctrine persistence layer ClassMetadata class to implement. 1 10
StaticReflectionService class Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php PHP Runtime Reflection Service 1
ClassMetadataFactory interface Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php Contract for a Doctrine persistence layer ClassMetadata class to implement. 1
MappingException class Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/MappingException.php A MappingException indicates that something is wrong with the mapping setup. 6
RuntimeReflectionService class Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php PHP Runtime Reflection Service 1
AbstractClassMetadataFactory abstract class Doctrine\Common\Persistence\Mapping drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php The ClassMetadataFactory is used to create ClassMetadata objects that contain all the metadata mapping informations of a class which describes how a class should be mapped to a relational database. 1 1
AnnotationDriver abstract class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php The AnnotationDriver reads the mapping metadata from docblock annotations.
FileLocator interface Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php Locate the file that contains the metadata information for a given class name. 2
SymfonyFileLocator class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php The Symfony File Locator makes a simplifying assumptions compared to the DefaultFileLocator. By assuming paths only contain entities of a certain namespace the mapping files consists of the short classname only. 1
MappingDriver interface Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php Contract for metadata drivers. 4 1
PHPDriver class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php The PHPDriver includes php files which just populate ClassMetadataInfo instances with plain php code 1
MappingDriverChain class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php The DriverChain allows you to add multiple other mapping drivers for certain namespaces 1
FileDriver abstract class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php Base driver for file-based metadata drivers. 2 1
StaticPHPDriver class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php The StaticPHPDriver calls a static loadMetadata() method on your entity classes where you can manually populate the ClassMetadata instance. 1
DefaultFileLocator class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php Locate the file that contains the metadata information for a given class name. 2
ReflectionProviderInterface interface Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ReflectionProviderInterface.php 1
StaticReflectionParser class Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php Parses a file for namespaces/use/class declarations. 3
Psr0FindFile class Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php Finds a class in a PSR-0 structure. 2
StaticReflectionMethod class Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php
StaticReflectionProperty class Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionProperty.php
ClassFinderInterface interface Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php Finds a class in a PSR-0 structure. 2 1
StaticReflectionClass class Doctrine\Common\Reflection drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php
ClassUtils class Doctrine\Common\Util drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php Class and reflection related functionality for objects that might or not be proxy objects at the moment. 2
Inflector class Doctrine\Common\Util drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php Doctrine inflector has static methods for inflecting text
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
DoctrineTestCase abstract class Doctrine\Tests drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/DoctrineTestCase.php Base testcase class for all Doctrine testcases. 15 10
ClassLoaderTest class Doctrine\Tests\Common drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest.php
EventManagerTest class Doctrine\Tests\Common drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php
TestEventSubscriber class Doctrine\Tests\Common drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php

Pages

Other projects