ClassMetadataFactoryTest::setUp |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
AnnotationClassLoader::addRoute |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
AnnotationClassLoader::supports |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
AnnotatedClassDiscovery::$owner |
property |
drupal/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php |
The module name that defines the plugin type. |
UniversalClassLoader::loadClass |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Loads the given class or interface. |
ClassMetadata::mergeConstraints |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
Merges the constraints of the given metadata into this object. |
WinCacheClassLoader::$decorated |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/WinCacheClassLoader.php |
The class loader object being decorated. |
ClassMetadata::setGroupSequence |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
Sets the default group sequence for this class. |
WinCacheClassLoader::unregister |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/WinCacheClassLoader.php |
Unregisters this instance as an autoloader. |
ClassMetadata::hasGroupSequence |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
Returns whether this class has an overridden default group sequence. |
ClassMetadata::getGroupSequence |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
Returns the default group sequence for this class. |
PropertyMetadataTest::CLASSNAME |
constant |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php |
|
XmlDumperTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php |
|
RdfConstants::RDFS_SUB_CLASS_OF |
constant |
drupal/core/modules/rdf/lib/Drupal/rdf/RdfConstants.php |
|
InvalidAnnotationUsageClass.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/InvalidAnnotationUsageClass.php |
|
ObjectManager::getClassMetadata |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Returns the ClassMetadata descriptor for a class. |
PhpDumperTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php |
|
ApcUniversalClassLoaderTest.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
|
FieldPluginBase::elementClasses |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return the class of the field. |
simpletest_classloader_register |
function |
drupal/core/modules/simpletest/simpletest.module |
Registers namespaces for disabled modules. |
ClassUtils::newReflectionObject |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php |
Create a new reflection object |
classExtendsNamespacedClass.php |
file |
drupal/core/vendor/phpunit/php-token-stream/Tests/_files/classExtendsNamespacedClass.php |
|
ClassUtilsTest::testGetRealClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php |
@dataProvider dataGetClass |
ClassWithNonPublicAttributes.php |
file |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ClassWithNonPublicAttributes.php |
|
PHP_Token_ClassTest::testIssue19 |
function |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/ClassTest.php |
|
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. |
ParentClassWithPrivateAttributes |
class |
drupal/core/vendor/phpunit/phpunit/Tests/_files/ClassWithNonPublicAttributes.php |
|
PHPUnit_Util_Class::collectStart |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Class.php |
Starts the collection of loaded classes. |
PHPUnit_Util_Class::getHierarchy |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Class.php |
Returns the class hierarchy for a given class. |
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 |
|
CoverageClassTest::testSomething |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoverageClassTest.php |
@covers CoveredClass |
CrossCheckTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.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 |
|
CoveredParentClass::publicMethod |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/CoveredClass.php |
|
MimeTypeTest::tearDownAfterClass |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php |
|
assertClassNotHasStaticAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that a class does not have a specified static attribute. |
AnnotationClassLoaderTest::setUp |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
ClassLoaderTest::testGetPrefixes |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|
CachedReader::getClassAnnotation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/CachedReader.php |
Get selected annotation for class |
NamespaceCoverageCoversClassTest |
class |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageCoversClassTest.php |
@coversDefaultClass \Foo\CoveredClass |
CoveredParentClass::publicMethod |
function |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoveredClass.php |
|
ClassMetadata::addMemberMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
Adds a member metadata. |
WinCacheClassLoader::__construct |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/WinCacheClassLoader.php |
Constructor. |
NormalizerTestBase::$entityClass |
property |
drupal/core/modules/hal/lib/Drupal/hal/Tests/NormalizerTestBase.php |
The class name of the test class. |
ApcUniversalClassLoader::$prefix |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php |
|
ClassMetadataTest::PROVIDERCLASS |
constant |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php |
|
AbstractClassMetadataFactory.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
|