classes.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php |
|
Kernel::$classes |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php |
|
Extension::$classes |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/Extension.php |
|
MultipleClassesInFile |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/MultipleClassesInFile.php |
|
AddClassesToCachePass |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php |
Sets the classes to compile in the cache for the container. |
TestBase::$skipClasses |
property |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
This class is skipped when looking for the source of an assertion. |
MultipleClassesInFile.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/MultipleClassesInFile.php |
|
sameNsMultipleClasses.php |
file |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/classmap/sameNsMultipleClasses.php |
|
AddClassesToCachePass.php |
file |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php |
|
Connection::$driverClasses |
property |
drupal/core/lib/Drupal/Core/Database/Connection.php |
Index of what driver-specific class to use for various operations. |
DrupalKernel::$bundleClasses |
property |
drupal/core/lib/Drupal/Core/DrupalKernel.php |
The list of the classnames of the bundles in this kernel. |
FieldWebTest::testFieldClasses |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php |
Tests the field/label/wrapper classes. |
ElementTest::testButtonClasses |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/ElementTest.php |
Tests button classes. |
ClassMapGenerator::findClasses |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassMapGenerator.php |
Extract the classes in the given file |
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. |
Extension::addClassesToCompile |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/Extension.php |
Adds classes to the class cache. |
StyleTest::testCustomRowClasses |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleTest.php |
Tests custom css classes. |
RegisterSerializationClassesPass |
class |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterSerializationClassesPass.php |
Adds services tagged 'normalizer' and 'encoder' to the Serializer. |
FieldPluginBase::element_classes |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return the class of the field. |
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 |
AddClassesToCachePass::__construct |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php |
|
CommentCSSTest::testCommentClasses |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentCSSTest.php |
Tests CSS classes on comments. |
ReflectionService::getParentClasses |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ReflectionService.php |
Return an array of the parent classes (not interfaces) for the given class. |
RegisterSerializationClassesPass.php |
file |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterSerializationClassesPass.php |
Contains Drupal\serialization\RegisterSerializationClassesPass. |
RegisterSerializationClassesPass::sort |
function |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterSerializationClassesPass.php |
Sorts by priority. |
FieldPluginBase::element_label_classes |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php |
Return the class of the field's label. |
ClassCollectionLoader::getOrderedClasses |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassCollectionLoader.php |
Gets an ordered array of passed classes including all their dependencies. |
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. |
RegisterSerializationClassesPass::process |
function |
drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterSerializationClassesPass.php |
Adds services to the Serializer. |
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. |
AnnotationDriver::$entityAnnotationClasses |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php |
Name of the entity annotations as keys |
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. |
StyleUnformattedTest::testDefaultRowClasses |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/StyleUnformattedTest.php |
Take sure that the default css classes works as expected. |
AbstractClassMetadataFactory::getParentClasses |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/AbstractClassMetadataFactory.php |
Get array of parent classes for the given entity class |
StaticReflectionServiceTest::testGetParentClasses |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/StaticReflectionServiceTest.php |
|
RuntimeReflectionServiceTest::testGetParentClasses |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/RuntimeReflectionServiceTest.php |
|
PhpParserTest::testParseClassWithMultipleClassesInFile |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/PhpParserTest.php |
|