EntityReferenceBehaviorHandler |
abstract class |
|
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
An abstract implementation of EntityReferenceBehaviorHandlerInterface. |
EntityReferenceSelectionHandlerBroken |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc |
A null implementation of EntityReferenceSelectionHandler. |
EntityReferenceBehaviorHandlerBroken |
class |
|
core/modules/entityreference/plugins/behavior/EntityReferenceBehaviorHandler.inc |
A broken implementation of EntityReferenceBehaviorHandler. |
EntityReferenceSelectionHandlerViews |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc |
Entity handler for Views. |
EntityReferenceSelectionHandlerGeneric |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
@file
Generic Entity handler. |
EntityReferenceSelectionHandlerGeneric_node |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the Node type. |
EntityReferenceSelectionHandlerGeneric_user |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the User entity type. |
EntityReferenceSelectionHandlerGeneric_comment |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the Comment entity type. |
EntityReferenceSelectionHandlerGeneric_file |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the File entity type. |
EntityReferenceSelectionHandlerGeneric_taxonomy_term |
class |
|
core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc |
Override for the Taxonomy term entity type. |
LayoutPathTest |
class |
|
core/modules/layout/tests/layout.test |
Tests that default layout paths are handled properly. |
TaxonomyTermDepthLayoutAccess |
class |
|
core/modules/taxonomy/layout/taxonomy_term_depth_access.inc |
@file
Plugin to provide access control based upon taxonomy term depth. |
views_handler_field_system_info |
class |
|
core/modules/system/views/views_handler_field_system_info.inc |
A handler to display module and theme properties stored in the database. |
FileAccessFunctionsAlignedTestCase |
class |
|
core/modules/file/tests/file.test |
Tests that file_access and File::access are in sync with what they return. |
NodeLayoutRevisionTestCase |
class |
|
core/modules/node/tests/node.test |
Tests that the correct layout is used for node revisions. |
FileTransferTest |
class |
|
core/modules/simpletest/tests/filetransfer.test |
|
EntityReferenceFormTestCase |
class |
|
core/modules/entityreference/tests/entityreference.form.test |
Test for Entity Reference form. |
ViewsLayoutsTest |
class |
|
core/modules/views/tests/views_layout.test |
Tests the interface for adding, removing, and moving blocks. |
CacheExampleTestCase |
class |
|
modules/examples/cache_example/tests/cache_example.test |
Functional tests for the Cache Example module. |
TableSortExampleTestCase |
class |
|
modules/examples/tablesort_example/tests/tablesort_example.test |
Functionality tests for the tablesort example module. |
FormExampleTestCase |
class |
|
modules/examples/form_example/tests/form_example.test |
Default test case for the form_example module. |
QueueExampleTestCase |
class |
|
modules/examples/queue_example/tests/queue_example.test |
Functional tests for the Queue Example module. |
ImageExampleTestCase |
class |
|
modules/examples/image_example/tests/image_example.test |
Functional tests for the Image Example module. |
PageExampleTestCase |
class |
|
modules/examples/page_example/tests/page_example.test |
Functional tests for the Page Example module. |
EmailExampleTestCase |
class |
|
modules/examples/email_example/tests/email_example.test |
Functionality tests for email example module. |
ContextualLinksExampleTestCase |
class |
|
modules/examples/contextual_links_example/tests/contextual_links_example.test |
Functional tests for the contextual_links_example module. |
EntityExampleTestCase |
class |
|
modules/examples/entity_example/tests/entity_example.test |
Functionality tests for entity example module. |
VerticalTabsExampleTestCase |
class |
|
modules/examples/vertical_tabs_example/tests/vertical_tabs_example.test |
Default test case for the vertical_tabs_example module. |
ActionExampleTestCase |
class |
|
modules/examples/action_example/tests/action_example.test |
Default test case for the action_example module. |
NodeAccessExampleTestCase |
class |
|
modules/examples/node_access_example/tests/node_access_example.test |
Functional tests for the Node Access Example module. |
BlockExampleTestCase |
class |
|
modules/examples/block_example/tests/block_example.test |
Functional tests for the Block Example module. |
CronExampleTestCase |
class |
|
modules/examples/cron_example/tests/cron_example.test |
cron_example test class |
BatchExampleTestCase |
class |
|
modules/examples/batch_example/tests/batch_example.test |
Functional tests for the Batch Example module. |
SimpleTestExampleTestCase |
class |
|
modules/examples/simpletest_example/tests/simpletest_example.test |
The SimpleTestExampleTestCase is a functional test case, meaning that it
actually exercises a particular sequence of actions through the web UI.
The majority of core test cases are done this way, but the SimpleTest suite
also provides unit tests as… |
SimpleTestUnitTestExampleTestCase |
class |
|
modules/examples/simpletest_example/tests/simpletest_example.test |
Although most core test cases are based on BackdropWebTestCase and are
functional tests (exercising the web UI) we also have BackdropUnitTestCase,
which executes much faster because a Backdrop install does not have to be
one. No environment is… |
SimpleTestExampleMockModuleTestCase |
class |
|
modules/examples/simpletest_example/tests/simpletest_example.test |
SimpleTestExampleMockModuleTestCase allows us to demonstrate how you can
use a mock module to aid in functional testing in Backdrop. |
PagerExampleTestCase |
class |
|
modules/examples/pager_example/tests/pager_example.test |
Functionality tests for the pager example module. |
GenericFieldTest |
class |
|
modules/examples/field_permission_example/tests/field_permission_example.test |
A generic field testing class. |
FieldTestPermissionsExample |
class |
|
modules/examples/field_permission_example/tests/field_permission_example.test |
|
FilterExampleTestCase |
class |
|
modules/examples/filter_example/tests/filter_example.test |
|
FieldExampleTest |
class |
|
modules/examples/field_example/tests/field_example.test |
Functional tests for the Field Example module. |
TokenExampleTestCase |
class |
|
modules/examples/token_example/tests/token_example.test |
Functional tests for the Token Example module. |
AjaxExampleTestCase |
class |
|
modules/examples/ajax_example/tests/ajax_example.test |
Functional tests for AJAX Example module. |
JsExampleTestCase |
class |
|
modules/examples/js_example/tests/js_example.test |
Default test case for the js_example module. |
TabledragExampleTestCase |
class |
|
modules/examples/tabledrag_example/tests/tabledrag_example.test |
Default test case for the tabledrag_example module. |
FileExampleTest |
class |
|
modules/examples/file_example/tests/file_example.test |
Functional tests for the File Example module. |
MenuExampleTestCase |
class |
|
modules/examples/menu_example/tests/menu_example.test |
Functional tests for the Menu Example module. |
RenderExampleTestCase |
class |
|
modules/examples/render_example/tests/render_example.test |
Functional tests for the Render Example module. |
ThemingExampleTestCase |
class |
|
modules/examples/theming_example/tests/theming_example.test |
Functional tests for the theming example module. |
NodeHooksExampleTestCase |
class |
|
modules/examples/node_hooks_example/tests/node_hooks_example.test |
Functional tests for the Node Hooks Example module. |