Classes, traits, and interfaces

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AlterableInterface interface Drupal\Core\Database\Query drupal/core/lib/Drupal/Core/Database/Query/AlterableInterface.php Interface for a query that can be manipulated via an alter hook. 2 5
AlterDecorator class Drupal\Core\Plugin\Discovery drupal/core/lib/Drupal/Core/Plugin/Discovery/AlterDecorator.php Enables altering of discovered plugin definitions. 7
AlterDecoratorTest class Drupal\system\Tests\Plugin drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/AlterDecoratorTest.php Tests that the AlterDecorator fires and respects the alter hook.
AlterDecoratorTestPluginManager class Drupal\plugin_test\Plugin drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/AlterDecoratorTestPluginManager.php Defines a plugin manager used by AlterDecorator unit tests. 1
AlterTest class Drupal\field_ui\Tests drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/AlterTest.php Tests custom widget hooks and callbacks on the field administration pages.
AlterTest class Drupal\system\Tests\Common drupal/core/modules/system/lib/Drupal/system/Tests/Common/AlterTest.php Tests alteration of arguments passed to drupal_alter().
AlterTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/AlterTest.php Test form alter hooks.
AlterTest class Drupal\system\Tests\Database drupal/core/modules/system/lib/Drupal/system/Tests/Database/AlterTest.php Tests alter queries.
Analyzer class Drupal\views drupal/core/modules/views/lib/Drupal/views/Analyzer.php This tool is a small plugin manager to perform analysis on a view and report results to the user. This tool is meant to let modules that provide data to Views also help users properly use that data by detecting invalid configurations. Views itself… 3
AnalyzeServiceReferencesPass class Symfony\Component\DependencyInjection\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php Run this pass before passes that need to know more about the relation of your services. 4
AnalyzeServiceReferencesPassTest class Symfony\Component\DependencyInjection\Tests\Compiler drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php
AnalyzeTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/AnalyzeTest.php Tests the views analyze system.
AnnotatedClassDiscovery class Drupal\Core\Plugin\Discovery drupal/core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Defines a discovery mechanism to find annotated plugins in PSR-0 namespaces. 10
AnnotatedClassDiscoveryTest class Drupal\system\Tests\Plugin\Discovery drupal/core/modules/system/lib/Drupal/system/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php Tests that plugins with annotated classes are correctly discovered.
Annotation class Doctrine\Common\Annotations drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation.php Annotations class 9 1
AnnotationClassLoader abstract class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationClassLoader.php AnnotationClassLoader loads routing information from a PHP class and its methods. 1
AnnotationClassLoaderTest class Symfony\Component\Routing\Tests\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationClassLoaderTest.php
AnnotationDirectoryLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationDirectoryLoader.php AnnotationDirectoryLoader loads routing information from annotations set on PHP classes and methods. 1
AnnotationDirectoryLoaderTest class Symfony\Component\Routing\Tests\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationDirectoryLoaderTest.php
AnnotationDriver abstract class Doctrine\Common\Persistence\Mapping\Driver drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php The AnnotationDriver reads the mapping metadata from docblock annotations.
AnnotationException class Doctrine\Common\Annotations drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php Description of AnnotationException
AnnotationExtendsAnnotationTargetAll class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php
AnnotationFileLoader class Symfony\Component\Routing\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Loader/AnnotationFileLoader.php AnnotationFileLoader loads routing information from annotations set on a PHP class and its methods. 1 1
AnnotationFileLoaderTest class Symfony\Component\Routing\Tests\Loader drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Loader/AnnotationFileLoaderTest.php
AnnotationInterface interface Drupal\Core\Annotation drupal/core/lib/Drupal/Core/Annotation/AnnotationInterface.php Defines a common interface for classed annotations. 2 2
AnnotationReader class Doctrine\Common\Annotations drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php A reader for docblock annotations. 7
AnnotationReaderTest class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/AnnotationReaderTest.php
AnnotationRegistry final class Doctrine\Common\Annotations drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationRegistry.php AnnotationRegistry 3
AnnotationsTestsFixturesNonNamespacedClass class drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/NonNamespacedClass.php @Route("foo") @Template
AnnotationTargetAll class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetAll.php Plugin annotation @Target("ALL"); 1 3
AnnotationTargetAnnotation final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetAnnotation.php Plugin annotation @Target({ "ANNOTATION" }) 3
AnnotationTargetClass final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetClass.php Plugin annotation @Target("CLASS"); 3
AnnotationTargetMethod final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetMethod.php Plugin annotation @Target("METHOD");
AnnotationTargetPropertyMethod final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationTargetPropertyMethod.php Plugin annotation @Target({ "METHOD", "PROPERTY" }) 2
AnnotationWithAttributes final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithAttributes.php Plugin annotation @Target("ALL") @Attributes({ @Attribute("mixed", type = "mixed"), @Attribute("boolean", type = "boolean"), @Attribute("bool", type = "bool"), @Attribute("float", …
AnnotationWithConstants final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithConstants.php Plugin annotation @Target("ALL"); 1
AnnotationWithInvalidTargetDeclaration class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php Plugin annotation @Target("Foo");
AnnotationWithRequiredAttributes final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributes.php Plugin annotation @Target("ALL") @Attributes({ @Attribute("value", required = true , type = "string"), @Attribute("annot", required = true , type = "Doctrine\Tests\Common\Annotations\Fixtures\AnnotationTargetAnnotation"), })
AnnotationWithRequiredAttributesWithoutContructor final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithRequiredAttributesWithoutContructor.php Plugin annotation @Target("ALL");
AnnotationWithTargetEmpty class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php @Target
AnnotationWithTargetSyntaxError final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithTargetSyntaxError.php Plugin annotation @Target(@) 1
AnnotationWithVarType final class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithVarType.php Plugin annotation @Target("ALL"); 1
AnnotWithDefaultValue class Doctrine\Tests\Common\Annotations\Fixtures\Annotation drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/AnnotWithDefaultValue.php
AnotherClass class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/MultipleClassesInFile.php
ApacheMatcherDumper class Symfony\Component\Routing\Matcher\Dumper drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/ApacheMatcherDumper.php Dumps a set of Apache mod_rewrite rules. 1
ApacheMatcherDumperTest class Symfony\Component\Routing\Tests\Matcher\Dumper drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.php
ApacheRequest class Symfony\Component\HttpFoundation drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ApacheRequest.php Request represents an HTTP request from an Apache server. 1
ApacheRequestTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ApacheRequestTest.php
ApacheUrlMatcher class Symfony\Component\Routing\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/ApacheUrlMatcher.php ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper). 1
ApacheUrlMatcherTest class Symfony\Component\Routing\Tests\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/ApacheUrlMatcherTest.php

Pages

Other projects