UniversalClassLoader::register |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Registers this instance as an autoloader. |
UniversalClassLoader::findFile |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Finds the path to the file where the class is defined. |
ClassMapGenerator::findClasses |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassMapGenerator.php |
Extract the classes in the given file |
AnnotationTargetClass::$target |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetClass.php |
|
ClassWithValidAnnotationTarget |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithValidAnnotationTarget.php |
Plugin annotation
@AnnotationTargetClass("Some data"); |
AddClassesToCachePass::$kernel |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php |
|
AddClassesToCachePass::process |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php |
You can modify the container here before it is dumped to PHP code. |
Extension::getClassesToCompile |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/Extension.php |
Gets the classes to cache. |
LoadClassMetadataEventArgs.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php |
|
Extension::addClassesToCompile |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/Extension.php |
Adds classes to the class cache. |
TestClass::onKernelRequestTest |
function |
drupal/core/modules/system/tests/modules/bundle_test/lib/Drupal/bundle_test/TestClass.php |
A simple kernel listener method. |
TestClass::getSubscribedEvents |
function |
drupal/core/modules/system/tests/modules/bundle_test/lib/Drupal/bundle_test/TestClass.php |
Registers methods as kernel listeners. |
ClassFinderInterface::findFile |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php |
Finds a class. |
StaticReflectionClass::getName |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
StaticReflectionClass::isFinal |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
StaticReflectionClass::isTrait |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
DefaultFactory::getPluginClass |
function |
drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php |
Finds the class relevant for a given plugin. |
ApcUniversalClassLoaderTest.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php |
|
InvalidAnnotationUsageClass.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/InvalidAnnotationUsageClass.php |
|
MappingDriver::getAllClassNames |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php |
Gets the names of all mapped classes known to this driver. |
BarClassFactory::createBarClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/interfaces2.php |
|
PHPDriver::loadMetadataForClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/PHPDriver.php |
Loads the metadata for the specified class into the provided container. |
XmlDumperTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php |
|
ObjectManager::getClassMetadata |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Returns the ClassMetadata descriptor for a class. |
StyleTest::testCustomRowClasses |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
Tests custom css classes. |
PhpDumperTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php |
|
XcacheClassLoader::$classFinder |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/XcacheClassLoader.php |
|
ClassUtils::newReflectionObject |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php |
Create a new reflection object |
AnnotatedClassDiscoveryTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php |
Definition of Drupal\system\Tests\Plugin\Discovery\AnnotatedClassDiscoveryTest. |
ClassMetadataFactoryTest::setUp |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
UniversalClassLoader::$prefixes |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
|
AnnotationFileLoader::findClass |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationFileLoader.php |
Returns the full class name for the first class in the file. |
UniversalClassLoader::loadClass |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Loads the given class or interface. |
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 |
|
DefinitionTest::testSetGetClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php |
@covers Symfony\Component\DependencyInjection\Definition::setClass
@covers Symfony\Component\DependencyInjection\Definition::getClass |
simpletest_classloader_register |
function |
drupal/core/modules/simpletest/simpletest.module |
Registers namespaces for disabled modules. |
ClassMapGeneratorTest::testDump |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php |
@dataProvider getTestCreateMapTests |
ClassLoaderTest::testGetPrefixes |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|
TestParseAnnotationClass::$field |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@var |
CachedReader::getClassAnnotation |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/CachedReader.php |
Get selected annotation for class |
MimeTypeTest::tearDownAfterClass |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/MimeType/MimeTypeTest.php |
|
ClassLoader::$namespaceSeparator |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/ClassLoader.php |
|
DummyClassMethodSyntaxError::foo |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
Plugin annotation
@DummyAnnotation(@) |
NamespacedSingleClassLOC1000.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NamespacedSingleClassLOC1000.php |
|
ClassUtilsTest::testGetRealClass |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Util/ClassUtilsTest.php |
@dataProvider dataGetClass |
YamlDumperTest::setUpBeforeClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php |
|
ClassCollectionLoader::getTraits |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
|
AnnotationClassLoaderTest::setUp |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php |
|
RegisterSerializationClassesPass |
class |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterSerializationClassesPass.php |
Adds services tagged 'normalizer' and 'encoder' to the Serializer. |