Classes, traits, and interfaces

Primary tabs

Name Typesort descending Namespace Location Description Direct uses Use statements Strings
FooBar class Namespaced drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Namespaced/FooBar.php
Pearlike2_FooBar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/fallback/Pearlike2/FooBar.php
ExtensionLoadedExtension class Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionLoadedBundle\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionLoadedBundle/DependencyInjection/ExtensionLoadedExtension.php
FooCommand class Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/Command/FooCommand.php 1
ExtensionPresentExtension class Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\DependencyInjection drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php
NativeProxyTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/NativeProxyTest.php Test class for NativeProxy.
SessionHandlerProxyTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php Tests for SessionHandlerProxy class.
ConcreteProxy class Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php
ConcreteSessionHandlerInterfaceProxy class Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php
AbstractProxyTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php Test class for AbstractProxy.
NativeFileSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php Test class for NativeFileSessionHandler.
MemcacheddSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php
NullSessionStorageTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php Test class for NullSessionHandler.
MemcacheSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcacheSessionHandlerTest.php
PdoSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php
MongoDbSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php @author Markus Bachmann <markus.bachmann@bachi.biz>
NativeSessionHandlerTest class Symfony\Component\HttpFoundation\Tests\Session\Storage\Handler drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php Test class for NativeSessionHandler.
EntityCacheTest class Drupal\entity_cache_test_dependency\Plugin\Core\Entity drupal/core/modules/system/tests/modules/entity_cache_test_dependency/lib/Drupal/entity_cache_test_dependency/Plugin/Core/Entity/EntityCacheTest.php Defines the EntityCacheTest class.
MockMenuBlockDeriver class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlockDeriver.php Mock implementation of DerivativeInterface for the mock menu block plugin.
MockTestBlock class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockTestBlock.php Mock implementation of a test block plugin used by Plugin API unit tests.
MockUserLoginBlock class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockUserLoginBlock.php Mock implementation of a login block plugin used by Plugin API unit tests.
MockMenuBlock class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockMenuBlock.php Mock implementation of a menu block plugin used by Plugin API unit tests.
MockLayoutBlockDeriver class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockLayoutBlockDeriver.php Mock implementation of DerivativeInterface for the mock layout block plugin.
MockLayoutBlock class Drupal\plugin_test\Plugin\plugin_test\mock_block drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/mock_block/MockLayoutBlock.php Mock implementation of a layout block plugin used by Plugin API unit tests.
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" )
Orange class Drupal\plugin_test\Plugin\plugin_test\fruit drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Orange.php Plugin annotation @Plugin( id = "orange", label = "Orange", color = "orange" )
Cherry class Drupal\plugin_test\Plugin\plugin_test\fruit drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Cherry.php Plugin annotation @Plugin( id = "cherry", label = "Cherry", color = "red" )
Banana class Drupal\plugin_test\Plugin\plugin_test\fruit drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/fruit/Banana.php Plugin annotation @Plugin( id = "banana", label = "Banana", color = "yellow", uses = { "bread" = @Translation("Banana bread") } )
EntityTest class Drupal\entity_test\Plugin\Core\Entity drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTest.php Defines the test entity class. 1
TestFieldPrepareViewFormatter class Drupal\field_test\Plugin\field\formatter drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldPrepareViewFormatter.php Plugin implementation of the 'field_test_with_prepare_view' formatter.
TestFieldDefaultFormatter class Drupal\field_test\Plugin\field\formatter drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldDefaultFormatter.php Plugin implementation of the 'field_test_default' formatter.
TestFieldMultipleFormatter class Drupal\field_test\Plugin\field\formatter drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldMultipleFormatter.php Plugin implementation of the 'field_test_multiple' formatter.
TestFieldWidget class Drupal\field_test\Plugin\field\widget drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidget.php Plugin implementation of the 'test_field_widget' widget. 1
TestFieldWidgetMultiple class Drupal\field_test\Plugin\field\widget drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetMultiple.php Plugin implementation of the 'test_field_widget_multiple' widget.
TestFieldWidgetNoDefault class Drupal\field_test\Plugin\field\widget drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/widget/TestFieldWidgetNoDefault.php Plugin implementation of the 'test_field_widget_no_default' widget.
LabelCallbackTestEntity class Drupal\field_test\Plugin\Core\Entity drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/LabelCallbackTestEntity.php Test entity class.
NoLabelTestEntity class Drupal\field_test\Plugin\Core\Entity drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/NoLabelTestEntity.php Test entity class.
BundleKeyTestEntity class Drupal\field_test\Plugin\Core\Entity drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/BundleKeyTestEntity.php Test entity class.
LabelTestEntity class Drupal\field_test\Plugin\Core\Entity drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/LabelTestEntity.php Test entity class.
TestEntity class Drupal\field_test\Plugin\Core\Entity drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/TestEntity.php Test entity class. 6 1
BundleTestEntity class Drupal\field_test\Plugin\Core\Entity drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/BundleTestEntity.php Test entity class.
CacheableTestEntity class Drupal\field_test\Plugin\Core\Entity drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/Core/Entity/CacheableTestEntity.php Test entity class.
Foo class NamespaceCollision\C drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Foo.php
Bar class NamespaceCollision\C drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/C/Bar.php
Foo class NamespaceCollision\A drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Foo.php
Bar class NamespaceCollision\A drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/NamespaceCollision/A/Bar.php
PrefixCollision_C_Foo class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Foo.php
PrefixCollision_C_Bar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/C/Bar.php
PrefixCollision_A_Foo class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Foo.php
PrefixCollision_A_Bar class drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/Tests/Fixtures/alpha/PrefixCollision/A/Bar.php

Pages

Other projects