Classes, traits, and interfaces

Primary tabs

Namesort ascending Type Namespace Location Description Direct uses Use statements Strings
ArrayCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ArrayCache.php Array cache driver. 5
ArgumentValidatorTest class Drupal\views\Tests\Plugin drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentValidatorTest.php Tests Views argument validators.
ArgumentValidatorPluginBase abstract class Drupal\views\Plugin\views\argument_validator drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_validator/ArgumentValidatorPluginBase.php Base argument validator plugin to provide basic functionality. 6 3
ArgumentValidateTest class Drupal\views\Tests\User drupal/core/modules/views/lib/Drupal/views/Tests/User/ArgumentValidateTest.php Tests views user argument validator plugin.
ArgumentUserUIDTest class Drupal\views\Tests\Comment drupal/core/modules/views/lib/Drupal/views/Tests/Comment/ArgumentUserUIDTest.php Tests the argument_comment_user_uid handler.
ArgumentStringTest class Drupal\views\Tests\Handler drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentStringTest.php Tests the core Drupal\views\Plugin\views\argument\String handler.
ArgumentPluginBase abstract class Drupal\views\Plugin\views\argument drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/ArgumentPluginBase.php Base class for arguments. 13 5
ArgumentNullTest class Drupal\views\Tests\Handler drupal/core/modules/views/lib/Drupal/views/Tests/Handler/ArgumentNullTest.php Tests the core Drupal\views\Plugin\views\argument\Null handler.
ArgumentLanguageTest class Drupal\views\Tests\Language drupal/core/modules/views/lib/Drupal/views/Tests/Language/ArgumentLanguageTest.php Tests the argument language handler.
ArgumentDefaultTest class Drupal\views\Tests\Plugin drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentDefaultTest.php Basic test for pluggable argument default.
ArgumentDefaultTest class Drupal\views_test_data\Plugin\views\argument_default drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/argument_default/ArgumentDefaultTest.php Defines a argument default test plugin. 1
ArgumentDefaultTest class Drupal\views\Tests\User drupal/core/modules/views/lib/Drupal/views/Tests/User/ArgumentDefaultTest.php Tests views user argument default plugin.
ArgumentDefaultPluginBase abstract class Drupal\views\Plugin\views\argument_default drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument_default/ArgumentDefaultPluginBase.php The fixed argument default handler; also used as the base. 8 5
AreaTextTest class Drupal\views\Tests\Handler drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTextTest.php Tests the text area handler.
AreaTest class Drupal\views\Tests\Handler drupal/core/modules/views/lib/Drupal/views/Tests/Handler/AreaTest.php Tests the abstract area handler.
AreaPluginBase abstract class Drupal\views\Plugin\views\area drupal/core/modules/views/lib/Drupal/views/Plugin/views/area/AreaPluginBase.php Base class for area handlers. 7 1
ArchiveTar class Drupal\Component\Archiver drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php Creates a (compressed) Tar archive
ArchiverInterface interface Drupal\Component\Archiver drupal/core/lib/Drupal/Component/Archiver/ArchiverInterface.php Defines the common interface for all Archiver classes. 2
ArchiverException class Drupal\Component\Archiver drupal/core/lib/Drupal/Component/Archiver/ArchiverException.php Defines an exception class for Drupal\Component\Archiver\ArchiverInterface.
ArbitraryRebuildTest class Drupal\system\Tests\Form drupal/core/modules/system/lib/Drupal/system/Tests/Form/ArbitraryRebuildTest.php Tests rebuilding of arbitrary forms by altering them.
Apple class Drupal\plugin_test\Plugin\plugin_test\fruit drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Apple.php Plugin annotation @Plugin( id = "apple", label = "Apple", color = "green" )
AppendCommand class Drupal\Core\Ajax drupal/core/lib/Drupal/Core/Ajax/AppendCommand.php An AJAX command for calling the jQuery append() method. 1
ApiDataTest class Drupal\views\Tests\Field drupal/core/modules/views/lib/Drupal/views/Tests/Field/ApiDataTest.php Test the produced views_data.
Apc_Pearlike_FooBar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/fallback/Apc/Pearlike/FooBar.php
Apc_Pearlike_Foo class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Foo.php
Apc_Pearlike_Baz class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Baz.php
Apc_Pearlike_Bar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/Pearlike/Bar.php
ApcUniversalClassLoaderTest class Symfony\Component\ClassLoader\Tests drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/ApcUniversalClassLoaderTest.php
ApcUniversalClassLoader class Symfony\Component\ClassLoader drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ApcUniversalClassLoader.php ApcUniversalClassLoader implements a "universal" autoloader cached in APC for PHP 5.3. 2
ApcPrefixCollision_A_Foo class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Foo.php
ApcPrefixCollision_A_B_Foo class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Foo.php
ApcPrefixCollision_A_B_Bar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/beta/Apc/ApcPrefixCollision/A/B/Bar.php
ApcPrefixCollision_A_Bar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/Apc/alpha/Apc/ApcPrefixCollision/A/Bar.php
ApcClassLoader class Symfony\Component\ClassLoader drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ApcClassLoader.php ApcClassLoader implements a wrapping autoloader cached in APC for PHP 5.3.
ApcCacheTest class Assetic\Test\Cache drupal/core/vendor/kriswallsmith/assetic/tests/Assetic/Test/Cache/ApcCacheTest.php @group integration
ApcCacheTest class Doctrine\Tests\Common\Cache drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/ApcCacheTest.php
ApcCache class Doctrine\Common\Cache drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Cache/ApcCache.php APC cache provider. 1
ApcCache class Assetic\Cache drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php Uses APC to cache files 1
ApacheUrlMatcherTest class Symfony\Component\Routing\Tests\Matcher drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/ApacheUrlMatcherTest.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
ApacheRequestTest class Symfony\Component\HttpFoundation\Tests drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ApacheRequestTest.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
ApacheMatcherDumperTest class Symfony\Component\Routing\Tests\Matcher\Dumper drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Matcher/Dumper/ApacheMatcherDumperTest.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
AnotherClass class Doctrine\Tests\Common\Annotations\Fixtures drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/MultipleClassesInFile.php
AnnotWithDefaultValue class Doctrine\Tests\Common\Annotations\Fixtures\Annotation drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/Annotation/AnnotWithDefaultValue.php
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
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
AnnotationWithTargetEmpty class Doctrine\Tests\Common\Annotations drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/DocParserTest.php @Target
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");

Pages

Other projects