You are here

Classes, traits, and interfaces in Zircon Profile 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AnalyzeServiceReferencesPassTest class Symfony\Component\DependencyInjection\Tests\Compiler vendor/symfony/dependency-injection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php
AnalyzeTest class Drupal\views_ui\Tests core/modules/views_ui/src/Tests/AnalyzeTest.php Tests the views analyze system.
AnInterface interface vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnInterface.php
AnnotateCmsInstaller class Composer\Installers vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php
AnnotatedClassDiscovery class Drupal\Core\Plugin\Discovery core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php Defines a discovery mechanism to find annotated plugins in PSR-0 namespaces. 5
AnnotatedClassDiscovery class Drupal\Component\Annotation\Plugin\Discovery core/lib/Drupal/Component/Annotation/Plugin/Discovery/AnnotatedClassDiscovery.php Defines a discovery mechanism to find annotated plugins in PSR-0 namespaces. 1 1
AnnotatedClassDiscoveryTest class Drupal\system\Tests\Plugin\Discovery core/modules/system/src/Tests/Plugin/Discovery/AnnotatedClassDiscoveryTest.php Tests that plugins are correctly discovered using annotated classes.
Annotation class Doctrine\Common\Annotations vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation.php Annotations class. 1
AnnotationBase abstract class Drupal\Component\Annotation core/lib/Drupal/Component/Annotation/AnnotationBase.php Provides a base class for classed annotations. 3 2
AnnotationClassLoader abstract class Symfony\Component\Routing\Loader vendor/symfony/routing/Loader/AnnotationClassLoader.php AnnotationClassLoader loads routing information from a PHP class and its methods.
AnnotationClassLoaderTest class Symfony\Component\Routing\Tests\Loader vendor/symfony/routing/Tests/Loader/AnnotationClassLoaderTest.php
AnnotationDirectoryLoader class Symfony\Component\Routing\Loader vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php AnnotationDirectoryLoader loads routing information from annotations set on PHP classes and methods. 1
AnnotationDirectoryLoaderTest class Symfony\Component\Routing\Tests\Loader vendor/symfony/routing/Tests/Loader/AnnotationDirectoryLoaderTest.php
AnnotationDriver abstract class Doctrine\Common\Persistence\Mapping\Driver vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php The AnnotationDriver reads the mapping metadata from docblock annotations. 1 1
AnnotationDriverTest class Doctrine\Tests\Common\Persistence\Mapping vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/Mapping/AnnotationDriverTest.php
AnnotationException class Doctrine\Common\Annotations vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationException.php Description of AnnotationException
AnnotationFileLoader class Symfony\Component\Routing\Loader vendor/symfony/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 vendor/symfony/routing/Tests/Loader/AnnotationFileLoaderTest.php
AnnotationInterface interface Drupal\Component\Annotation core/lib/Drupal/Component/Annotation/AnnotationInterface.php Defines a common interface for classed annotations. 3 3
AnnotationLoader class Symfony\Component\Validator\Mapping\Loader vendor/symfony/validator/Mapping/Loader/AnnotationLoader.php Loads validation metadata using a Doctrine annotation {@link Reader}. 2
AnnotationLoader class Symfony\Component\Serializer\Mapping\Loader vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php Annotation loader. 5
AnnotationLoaderTest class Symfony\Component\Validator\Tests\Mapping\Loader vendor/symfony/validator/Tests/Mapping/Loader/AnnotationLoaderTest.php
AnnotationLoaderTest class Symfony\Component\Serializer\Tests\Mapping\Loader vendor/symfony/serializer/Tests/Mapping/Loader/AnnotationLoaderTest.php @author Kévin Dunglas <dunglas@gmail.com>
AnnotationReader class Doctrine\Common\Annotations vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php A reader for docblock annotations. 9
AnnotationRegistry final class Doctrine\Common\Annotations vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php AnnotationRegistry. 1
AnonymousUserResponseSubscriber class Drupal\Core\EventSubscriber core/lib/Drupal/Core/EventSubscriber/AnonymousUserResponseSubscriber.php Response subscriber to handle finished responses for the anonymous user. 2
AnonymousUserSession class Drupal\Core\Session core/lib/Drupal/Core/Session/AnonymousUserSession.php An account implementation representing an anonymous user. 14
AnonymousUserSessionTest class Drupal\Tests\Core\Session core/tests/Drupal/Tests/Core/Session/AnonymousUserSessionTest.php @coversDefaultClass \Drupal\Core\Session\AnonymousUserSession @group Session
AnotherInterface interface vendor/phpunit/phpunit-mock-objects/tests/_fixture/AnotherInterface.php
Any class Drupal\Core\TypedData\Plugin\DataType core/lib/Drupal/Core/TypedData/Plugin/DataType/Any.php The "any" data type.
AnyValuesToken class Prophecy\Argument\Token vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValuesToken.php Any values token. 2
AnyValuesTokenSpec class spec\Prophecy\Argument\Token vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/AnyValuesTokenSpec.php
AnyValueToken class Prophecy\Argument\Token vendor/phpspec/prophecy/src/Prophecy/Argument/Token/AnyValueToken.php Any single value token.
AnyValueTokenSpec class spec\Prophecy\Argument\Token vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/AnyValueTokenSpec.php
ApacheMatcherDumper Deprecated class Symfony\Component\Routing\Matcher\Dumper vendor/symfony/routing/Matcher/Dumper/ApacheMatcherDumper.php Dumps a set of Apache mod_rewrite rules. 1
ApacheRequest class Symfony\Component\HttpFoundation vendor/symfony/http-foundation/ApacheRequest.php Request represents an HTTP request from an Apache server. 1
ApacheRequestTest class Symfony\Component\HttpFoundation\Tests vendor/symfony/http-foundation/Tests/ApacheRequestTest.php
ApacheUrlMatcher Deprecated class Symfony\Component\Routing\Matcher vendor/symfony/routing/Matcher/ApacheUrlMatcher.php ApacheUrlMatcher matches URL based on Apache mod_rewrite matching (see ApacheMatcherDumper). 1
ApcCache Deprecated class Symfony\Component\Validator\Mapping\Cache vendor/symfony/validator/Mapping/Cache/ApcCache.php 1
ApcCache class Doctrine\Common\Cache vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php APC cache provider. 2
ApcCacheTest class Doctrine\Tests\Common\Cache vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcCacheTest.php
ApcClassLoader class Symfony\Component\ClassLoader vendor/symfony/class-loader/ApcClassLoader.php ApcClassLoader implements a wrapping autoloader cached in APC for PHP 5.3.
ApcPrefixCollision_A_Bar class vendor/symfony/class-loader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Bar.php
ApcPrefixCollision_A_B_Bar class vendor/symfony/class-loader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php
ApcPrefixCollision_A_B_Foo class vendor/symfony/class-loader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php
ApcPrefixCollision_A_Foo class vendor/symfony/class-loader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php
ApcuBackend class Drupal\Core\Cache core/lib/Drupal/Core/Cache/ApcuBackend.php Stores cache items in the Alternative PHP Cache User Cache (APCu). 1
ApcuBackendFactory class Drupal\Core\Cache core/lib/Drupal/Core/Cache/ApcuBackendFactory.php 2
ApcuBackendUnitTest class Drupal\system\Tests\Cache core/modules/system/src/Tests/Cache/ApcuBackendUnitTest.php Tests the APCu cache backend.
ApcuFileCacheBackend class Drupal\Component\FileCache core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php APCu backend for the file cache. 1

Pages

Other projects