ClassMetadata::isSingleValuedAssociation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Checks if the given field is a mapped single valued association for this class. |
ClassMetadata::getAssociationTargetClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Returns the target class name of the given association. |
DocParserTest::testSupportClassConstants |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
@dataProvider getConstantsProvider |
AbstractClassMetadataFactory::$cacheSalt |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Salt used by specific Object Manager implementation. |
ClassWithAnnotationWithTargetSyntaxError |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithTargetSyntaxError.php |
Plugin annotation
@AnnotationWithTargetSyntaxError(); |
AbstractClassMetadataFactory::initialize |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Lazy initialization of this stuff, especially the metadata driver,
since these are not needed at all when a metadata cache is active. |
StaticReflectionClass::getInterfaceNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
Twig_Environment::getTemplateClassPrefix |
function |
drupal/core/vendor/twig/twig/lib/Twig/Environment.php |
Gets the template class prefix. |
MappingDriverChain::loadMetadataForClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php |
Loads the metadata for the specified class into the provided container. |
FieldPluginBase::element_wrapper_classes |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return the class of the field's wrapper. |
ClassMapGeneratorTest::prepare_workspace |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php |
|
ClassLoaderTest::testLoadNonexistentClass |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
@dataProvider getLoadNonexistentClassTests |
UniversalClassLoaderTest::testGetPrefixes |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/UniversalClassLoaderTest.php |
|
EqualNamespacesPerFileWithClassAsLast.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/EqualNamespacesPerFileWithClassAsLast.php |
|
InvalidAnnotationUsageButIgnoredClass.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/InvalidAnnotationUsageButIgnoredClass.php |
|
ChainCacheClearerTest::tearDownAfterClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php |
|
KernelTest::testIsClassInActiveBundleTrue |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
StaticPHPDriverTest::testGetAllClassNames |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticPHPDriverTest.php |
|
RegisterSerializationClassesPass::process |
function |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterSerializationClassesPass.php |
Adds services to the Serializer. |
UniversalClassLoader::$namespaceFallbacks |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
|
AnnotationClassLoader::$defaultRouteIndex |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
StaticReflectionMethod::getDeclaringClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionMethod.php |
|
DifferentNamespacesPerFileWithClassAsLast |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/DifferentNamespacesPerFileWithClassAsLast.php |
|
StaticReflectionService::getParentClasses |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php |
Return an array of the parent classes (not interfaces) for the given class. |
FileProfilerStorageTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php |
|
Twig_ExpressionParser::getFilterNodeClass |
function |
drupal/core/vendor/twig/twig/lib/Twig/ExpressionParser.php |
|
ApacheMatcherDumperTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php |
|
SomeAnnotationClassNameWithoutConstructor |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php |
|
AbstractClassMetadataFactory::isTransient |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Check if this class is mapped by this Object Manager + ClassMetadata configuration |
DatabaseStorageControllerNG::$entityClass |
property |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
The entity class to use. |
ClassLoaderTest::testLoadClassFromFallback |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
@dataProvider getLoadClassFromFallbackTests |
AnnotationDriver::$entityAnnotationClasses |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php |
Name of the entity annotations as keys |
EqualNamespacesPerFileWithClassAsFirst.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/EqualNamespacesPerFileWithClassAsFirst.php |
|
ApcUniversalClassLoaderTest::testLoadClass |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
@dataProvider getLoadClassTests |
SimpleAnnotationReader::getClassAnnotation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php |
Gets a class annotation. |
KernelTest::testIsClassInActiveBundleFalse |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php |
|
GlobalNamespacesPerFileWithClassAsLast.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/GlobalNamespacesPerFileWithClassAsLast.php |
|
ClassUtilsTest::testGenerateProxyClassName |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php |
|
LoadClassMetadataEventArgs::$classMetadata |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php |
|
LoadClassMetadataEventArgs::$objectManager |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php |
|
StaticReflectionParser::getReflectionClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php |
Get the ReflectionClass equivalent for this file / class. |
TestClassMetadataFactory::getFqcnFromAlias |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Get the fully qualified class-name from the namespace alias. |
TestClassMetadataFactory::wakeupReflection |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Wakeup reflection after ClassMetadata gets unserialized from cache. |
ClassWithInvalidAnnotationTargetAtProperty |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php |
Plugin annotation
@AnnotationTargetClass("Some data"); |
AnnotationClassLoader::getDefaultRouteName |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
Gets the default route name for a class method. |
StaticReflectionService::getClassShortName |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php |
Return the shortname of a class. |
StaticReflectionService::getClassNamespace |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php |
Return the namespace of a class. |
DifferentNamespacesPerFileWithClassAsFirst |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/DifferentNamespacesPerFileWithClassAsFirst.php |
|
RuntimeReflectionService::getParentClasses |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/RuntimeReflectionService.php |
Return an array of the parent classes (not interfaces) for the given class. |
AbstractClassMetadataFactory::$cacheDriver |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
|