Classes, traits, and interfaces

Primary tabs

Name Typesort descending Namespace Location Description Direct uses Use statements Strings
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.
MemcachedSessionHandlerTest 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.
MockComplexContextBlock 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/MockComplexContextBlock.php Implementation of a complex context plugin used by Plugin API context tests.
MockUserNameBlock 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/MockUserNameBlock.php Implementation of a user name block plugin used by Plugin API context test.
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.
TypedDataStringBlock 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/TypedDataStringBlock.php Implementation of a String TypedData contextual block plugin used by Plugin API context test.
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") } )
Example1 class Drupal\plugin_test\Plugin\plugin_test\custom_annotation drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/custom_annotation/Example1.php Provides a test plugin with a custom annotation.
Example2 class Drupal\plugin_test\Plugin\plugin_test\custom_annotation drupal/core/modules/system/tests/modules/plugin_test/lib/Drupal/plugin_test/Plugin/plugin_test/custom_annotation/Example2.php Provides a test plugin with a custom annotation.
EntityTestDefaultAccess class Drupal\entity_test\Plugin\Core\Entity drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestDefaultAccess.php Defines a test entity class with no access controller.
EntityTestMul class Drupal\entity_test\Plugin\Core\Entity drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestMul.php Defines the test entity class.
EntityTestMulRev class Drupal\entity_test\Plugin\Core\Entity drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestMulRev.php Defines the test entity class.
EntityTestRev class Drupal\entity_test\Plugin\Core\Entity drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestRev.php Defines the test entity class. 1 1
EntityTestNoLabel class Drupal\entity_test\Plugin\Core\Entity drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestNoLabel.php Test entity class.
EntityTestLabel class Drupal\entity_test\Plugin\Core\Entity drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestLabel.php Test entity class.
EntityTestLabelCallback class Drupal\entity_test\Plugin\Core\Entity drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestLabelCallback.php Test entity class.
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. 7 2
EntityTestRender class Drupal\entity_test\Plugin\Core\Entity drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/Plugin/Core/Entity/EntityTestRender.php Defines a test entity class with a render controller.
TestProcessor class Drupal\aggregator_test\Plugin\aggregator\processor drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/processor/TestProcessor.php Defines a default processor implementation.
TestFetcher class Drupal\aggregator_test\Plugin\aggregator\fetcher drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/fetcher/TestFetcher.php Defines a test fetcher implementation.
TestParser class Drupal\aggregator_test\Plugin\aggregator\parser drupal/core/modules/aggregator/tests/modules/aggregator_test/lib/Drupal/aggregator_test/Plugin/aggregator/parser/TestParser.php Defines a Test parser implementation.
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.
TestFieldEmptyFormatter class Drupal\field_test\Plugin\field\formatter drupal/core/modules/field/tests/modules/field_test/lib/Drupal/field_test/Plugin/field/formatter/TestFieldEmptyFormatter.php Plugin implementation of the 'field_empty_test' 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.
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.
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. 3 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.
FieldUITestNoBundle class Drupal\field_ui_test\Plugin\Core\Entity drupal/core/modules/field_ui/tests/modules/field_ui_test/lib/Drupal/field_ui_test/Plugin/Core/Entity/FieldUITestNoBundle.php Defines the test Field UI 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

Pages

Other projects