Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct uses Use statementssort descending Strings
BasicTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/BasicTest.php Basic test class for Views query builder tests.
ViewExecutableTest class Drupal\views\Tests drupal/core/modules/views/lib/Drupal/views/Tests/ViewExecutableTest.php Tests the ViewExecutable class.
ViewAddFormController class Drupal\views_ui drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewAddFormController.php Form controller for the Views edit form.
ViewPreviewFormController class Drupal\views_ui drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php Form controller for the Views preview form.
ViewListController class Drupal\views_ui drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewListController.php Provides a listing of Views.
ViewCloneFormController class Drupal\views_ui drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php Form controller for the Views clone form.
ViewEditFormController class Drupal\views_ui drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php Form controller for the Views edit form.
BanSubscriber class Drupal\ban\EventSubscriber drupal/core/modules/ban/lib/Drupal/ban/EventSubscriber/BanSubscriber.php Ban subscriber for controller requests.
IpAddressBlockingTest class Drupal\ban\Tests drupal/core/modules/ban/lib/Drupal/ban/Tests/IpAddressBlockingTest.php
LayoutDerivativesTest class Drupal\layout\Tests drupal/core/modules/layout/lib/Drupal/layout/Tests/LayoutDerivativesTest.php Tests the layout system derivatives.
DisplayInternalLogicTest class Drupal\layout\Tests drupal/core/modules/layout/lib/Drupal/layout/Tests/DisplayInternalLogicTest.php Tests the API and internal logic offered by Displays.
PhpTestBase abstract class Drupal\php\Tests drupal/core/modules/php/lib/Drupal/php/Tests/PhpTestBase.php Defines a base PHP test case class. 2
PhpFilterTest class Drupal\php\Tests drupal/core/modules/php/lib/Drupal/php/Tests/PhpFilterTest.php Tests to make sure the PHP filter actually evaluates PHP code when used.
PhpAccessTest class Drupal\php\Tests drupal/core/modules/php/lib/Drupal/php/Tests/PhpAccessTest.php Tests to make sure access to the PHP filter is properly restricted.
ContextualDynamicContextTest class Drupal\contextual\Tests drupal/core/modules/contextual/lib/Drupal/contextual/Tests/ContextualDynamicContextTest.php Tests accessible links after inaccessible links on dynamic context.
CronAccessCheck class Drupal\system\Access drupal/core/modules/system/lib/Drupal/system/Access/CronAccessCheck.php Access check for cron routes.
AddFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AddFeedTest.php Tests aggregator feed adding.
UpdateFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedItemTest.php
AggregatorTestBase abstract class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php Defines a base class for testing aggregator.module. 12
AggregatorConfigurationTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorConfigurationTest.php Tests aggregator configuration settings.
ImportOpmlTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/ImportOpmlTest.php
FeedParserTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php Tests for feed parsing.
UpdateFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php
CategorizeFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedTest.php
AggregatorCronTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorCronTest.php
RemoveFeedTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedTest.php
CategorizeFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/CategorizeFeedItemTest.php
RemoveFeedItemTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedItemTest.php
AggregatorRenderingTest class Drupal\aggregator\Tests drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorRenderingTest.php
CrudTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/CrudTest.php
BulkDeleteTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php Unit test class for field bulk delete and batch purge functionality.
FieldAccessTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldAccessTest.php Tests the functionality of field access.
EntityPropertiesTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/EntityPropertiesTest.php Tests entity properties.
TranslationTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php Unit test class for the multilanguage fields logic.
DisplayApiTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/DisplayApiTest.php
FieldInfoTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php
FieldAttachStorageTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachStorageTest.php Unit test class for storage-related field_attach_* functions.
FieldAttachTestBase abstract class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachTestBase.php 2
FieldInstanceCrudTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldInstanceCrudTest.php
FieldAttachOtherTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachOtherTest.php Unit test class for non-storage related field_attach_* functions.
FormTest class Drupal\field\Tests drupal/core/modules/field/lib/Drupal/field/Tests/FormTest.php
SearchNumberMatchingTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchNumberMatchingTest.php Tests that numbers can be searched, with more complex matching.
SearchPageTextTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageTextTest.php Tests the bike shed text on no results page, and text on the search page.
SearchPageOverrideTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchPageOverrideTest.php Tests that hook_search_page runs.
SearchMultilingualEntityTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchMultilingualEntityTest.php Tests entities with multilingual fields.
SearchTokenizerTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchTokenizerTest.php Test the CJK tokenizer.
SearchBlockTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchBlockTest.php
SearchMatchTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchMatchTest.php
SearchExpressionInsertExtractTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchExpressionInsertExtractTest.php Tests search_expression_insert() and search_expression_extract().
SearchEmbedFormTest class Drupal\search\Tests drupal/core/modules/search/lib/Drupal/search/Tests/SearchEmbedFormTest.php Tests that we can embed a form in search results and submit it.

Pages

Other projects