ClassLoader::getUseIncludePath |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassLoader.php |
Can be used to check if the autoloader uses the include path to check
for classes. |
StaticReflectionClass::isTrait |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/StaticReflectionClass.php |
|
DebugClassLoader::$classFinder |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/DebugClassLoader.php |
|
ClassWithAnnotationWithVarType |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithAnnotationWithVarType.php |
|
ClassLoaderTest::testLoadClass |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
@dataProvider getLoadClassTests |
ClassMetadataFactoryTest::$cmf |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/ClassMetadataFactoryTest.php |
|
AnnotationClassLoader::$reader |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php |
|
ClassLoaderTest::testAddPrefix |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassLoaderTest.php |
|
ObjectRepository::getClassName |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php |
Returns the class name of the object managed by the repository |
UniversalClassLoader::register |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
Registers this instance as an autoloader. |
ClassMetadata::getDefaultGroup |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/ClassMetadata.php |
Returns the name of the default group for this class |
ClassWithConstants::SOME_VALUE |
constant |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/ClassWithConstants.php |
|
AnnotatedClassDiscovery::$type |
property |
drupal/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php |
The plugin type, for example filter. |
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 |
WinCacheClassLoader::loadClass |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/WinCacheClassLoader.php |
Loads the given class or interface. |
ExecutionContext::getClassName |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/ExecutionContext.php |
Returns the class name of the current node. |
DebugClassLoaderTest::tearDown |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/DebugClassLoaderTest.php |
|
LoadClassMetadataEventArgs.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Event/LoadClassMetadataEventArgs.php |
|
ClassMetadataTest::PARENTCLASS |
constant |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php |
|
NamespaceCoverageClassTest.php |
file |
drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/NamespaceCoverageClassTest.php |
|
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"); |
TestIgnoresNonAnnotationsClass |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
@Name
@author Johannes M. Schmitt <schmittjoh@gmail.com> |
TestNonExistentAnnotationClass |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
TestAnnotationNotImportedClass |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
|
ClassLoader::setUseIncludePath |
function |
drupal/core/vendor/composer/ClassLoader.php |
Turns on searching the include path for class files. |
ClassLoader::getUseIncludePath |
function |
drupal/core/vendor/composer/ClassLoader.php |
Can be used to check if the autoloader uses the include path to check
for classes. |
ClassUtils::newReflectionClass |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Util/ClassUtils.php |
Create a new reflection class |
DummyClassNonAnnotationProblem |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AbstractReaderTest.php |
Plugin annotation
@ignoreAnnotation({"since", "var"}) |
ElementTest::testButtonClasses |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php |
Tests button classes. |
LoaderChain::loadClassMetadata |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php |
Load a Class Metadata. |
DefaultFactory::getPluginClass |
function |
drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php |
Finds the class relevant for a given plugin. |
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. |
PHP_Token_InterfaceTest::$class |
property |
drupal/core/vendor/phpunit/php-token-stream/Tests/Token/InterfaceTest.php |
|
AnnotatedClassDiscoveryTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php |
Definition of Drupal\system\Tests\Plugin\Discovery\AnnotatedClassDiscoveryTest. |
FieldByClassEnhancerTest::setUp |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/FieldByClassEnhancerTest.php |
|
StyleTest::testCustomRowClasses |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
Tests custom css classes. |
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. |
Twig_SimpleFilter::getNodeClass |
function |
drupal/core/vendor/twig/twig/lib/Twig/SimpleFilter.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. |
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 |
PHPUnit_Util_Class::arrayToName |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Util/Class.php |
Returns the package information of a user-defined class. |
XcacheClassLoader::$classFinder |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/XcacheClassLoader.php |
|
EasyRdf_Graph::classForResource |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php |
Work out the class to instantiate a resource as
@ignore |
BarClassFactory::createBarClass |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/interfaces2.php |
|
ClassMapGeneratorTest::testDump |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ClassMapGeneratorTest.php |
@dataProvider getTestCreateMapTests |
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::$prefixes |
property |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/UniversalClassLoader.php |
|