OnClearEventArgs::getEntityClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/OnClearEventArgs.php |
Name of the entity class that is cleared, or empty if all are cleared. |
PREG_CLASS_UNICODE_WORD_BOUNDARY |
constant |
drupal/core/includes/unicode.inc |
Matches Unicode characters that are word boundaries. |
ApcUniversalClassLoader::$prefix |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php |
|
CrossCheckTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php |
|
AbstractClassMetadataFactory.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
|
StaticReflectionClass::getMethod |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
ClassLoaderTest::testClassLoader |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest.php |
|
ClassLoaderTest::testClassExists |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/ClassLoaderTest.php |
|
StaticReflectionClass::getTraits |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
StaticReflectionClass::hasMethod |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
FieldPluginBase::element_classes |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return the class of the field. |
StaticReflectionClass::__toString |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
CachedReader::getClassAnnotations |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/CachedReader.php |
Get annotations for class |
ClassLoaderTest::testClassLoading |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Module/ClassLoaderTest.php |
Tests that module-provided classes can be loaded when a module is enabled. |
NamespaceAndClassCommentedOut.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NamespaceAndClassCommentedOut.php |
|
DebugUniversalClassLoader::enable |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php |
Replaces all regular UniversalClassLoader instances by a DebugUniversalClassLoader ones. |
UniversalClassLoader::$namespaces |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
|
TestClassMetadataFactory::$driver |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
UniversalClassLoader::getPrefixes |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Gets the configured class prefixes. |
ClassMetadata::getReflectionClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Gets the ReflectionClass instance for this mapped class. |
ApcUniversalClassLoader::findFile |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php |
Finds a file by class name while caching lookups to APC. |
StaticReflectionService::getClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/StaticReflectionService.php |
Return a reflection class instance or null |
views.view.test_field_classes.yml |
file |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_classes.yml |
drupal/core/modules/views/tests/views_test_config/test_views/views.view.test_field_classes.yml |
ClassMetadataFactory::isTransient |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadataFactory.php |
Whether the class with the specified name should have its metadata loaded.
This is only the case if it is either mapped directly or as a
MappedSuperclass. |
CacheWarmerTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php |
|
StaticReflectionClass::getEndLine |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
StaticReflectionClass::getMethods |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
IndexedReader::getClassAnnotation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/IndexedReader.php |
Get selected annotation for class |
StaticReflectionClass::isAbstract |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
StaticReflectionClass::isInstance |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
ClassMapGeneratorTest::$workspace |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php |
|
StaticReflectionClass::isInternal |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
StaticPHPDriver::getAllClassNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php |
@todo Same code exists in AnnotationDriver, should we re-use it somehow or not worry about it? |
ClassLoaderTest::getLoadClassTests |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|
AnnotationDriver::getAllClassNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php |
Gets the names of all mapped classes known to this driver. |
ClassLoader::setNamespaceSeparator |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php |
Sets the namespace separator used by classes in the namespace of this ClassLoader. |
ClassLoader::getNamespaceSeparator |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php |
Gets the namespace separator used by classes in the namespace of this ClassLoader. |
ApcUniversalClassLoaderTest::setUp |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
|
ClassWithValidAnnotationTarget.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithValidAnnotationTarget.php |
|
ClassWithAnnotationWithVarType.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithVarType.php |
|
ClassUtilsTest::testGetParentClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php |
|
AnnotationClassLoaderTest::$loader |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
ClassWithClosure::getEventsForDate |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithClosure.php |
|
ClassUtils::generateProxyClassName |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php |
Given a class name and a proxy namespace return the proxy name. |
StaticReflectionParser::$className |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionParser.php |
The name of the class. |
TestClassMetadataFactory::isEntity |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
Checks whether the class metadata is an entity. |
AnnotationClassLoader::__construct |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
Constructor. |
AnnotationClassLoader::setResolver |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
AnnotationClassLoader::getResolver |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
ClassMetadata::getAssociationNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
A numerically indexed list of association names of this persistent class. |