PathPatternBulkUpdateTestCase |
class |
|
core/modules/path/tests/path_pattern.test |
Bulk update functionality tests. |
PathPatternTokenTestCase |
class |
|
core/modules/path/tests/path_pattern.test |
Token functionality tests. |
Redirect |
class |
|
core/modules/redirect/redirect.class.inc |
Provides a HTTP redirect from one Backdrop internal path to another. |
RedirectTestHelper |
class |
|
core/modules/redirect/tests/redirect.test |
|
RedirectUnitTest |
class |
|
core/modules/redirect/tests/redirect.test |
|
RedirectFunctionalTest |
class |
|
core/modules/redirect/tests/redirect.test |
|
redirect_handler_field_redirect_link_delete |
class |
|
core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc |
|
redirect_handler_field_redirect_link_edit |
class |
|
core/modules/redirect/views/redirect_handler_field_redirect_link_edit.inc |
|
redirect_handler_field_redirect_operations |
class |
|
core/modules/redirect/views/redirect_handler_field_redirect_operations.inc |
|
redirect_handler_field_redirect_redirect |
class |
|
core/modules/redirect/views/redirect_handler_field_redirect_redirect.inc |
|
redirect_handler_field_redirect_source |
class |
|
core/modules/redirect/views/redirect_handler_field_redirect_source.inc |
|
redirect_handler_filter_redirect_type |
class |
|
core/modules/redirect/views/redirect_handler_filter_redirect_type.inc |
|
SearchQuery |
class |
|
core/modules/search/search.extender.inc |
Do a query on the full-text search index for a word or words. |
viewsSearchQuery |
class |
|
core/modules/search/search.extender.inc |
Extends the core SearchQuery. |
SearchMatchTestCase |
class |
|
core/modules/search/tests/search.test |
Indexes content and queries it. |
SearchPageText |
class |
|
core/modules/search/tests/search.test |
Tests the bike shed text on no results page, and text on the search page. |
SearchAdvancedSearchForm |
class |
|
core/modules/search/tests/search.test |
Indexes content and tests the advanced search form. |
SearchRankingTestCase |
class |
|
core/modules/search/tests/search.test |
Indexes content and tests ranking factors. |
SearchBlockTestCase |
class |
|
core/modules/search/tests/search.test |
Tests the rendering of the search block. |
SearchExactTestCase |
class |
|
core/modules/search/tests/search.test |
Tests that searching for a phrase gets the correct page count. |
SearchCommentTestCase |
class |
|
core/modules/search/tests/search.test |
Test integration searching comments. |
SearchExpressionInsertExtractTestCase |
class |
|
core/modules/search/tests/search.test |
Tests search_expression_insert() and search_expression_extract(). |
SearchCommentCountToggleTestCase |
class |
|
core/modules/search/tests/search.test |
Tests that comment count display toggles properly on comment status of node |
SearchSimplifyTestCase |
class |
|
core/modules/search/tests/search.test |
Test search_simplify() on every Unicode character, and some other cases. |
SearchKeywordsConditions |
class |
|
core/modules/search/tests/search.test |
Tests keywords and conditions. |
SearchNumbersTestCase |
class |
|
core/modules/search/tests/search.test |
Tests that numbers can be searched. |
SearchNumberMatchingTestCase |
class |
|
core/modules/search/tests/search.test |
Tests that numbers can be searched, with more complex matching. |
SearchConfigSettingsForm |
class |
|
core/modules/search/tests/search.test |
Test config page. |
SearchExcerptTestCase |
class |
|
core/modules/search/tests/search.test |
Tests the search_excerpt() function. |
SearchTokenizerTestCase |
class |
|
core/modules/search/tests/search.test |
Test the CJK tokenizer. |
SearchEmbedForm |
class |
|
core/modules/search/tests/search.test |
Tests that we can embed a form in search results and submit it. |
SearchPageOverride |
class |
|
core/modules/search/tests/search.test |
Tests that hook_search_page runs. |
SearchLanguageTestCase |
class |
|
core/modules/search/tests/search.test |
Test node search with multiple languages. |
SearchNodeAccessTest |
class |
|
core/modules/search/tests/search.test |
Tests node search with node access control. |
SearchSetLocaleTest |
class |
|
core/modules/search/tests/search.test |
Tests searching with locale values set. |
views_handler_argument_search |
class |
|
core/modules/search/views/views_handler_argument_search.inc |
Argument that accepts query keys for search. |
views_handler_field_search_score |
class |
|
core/modules/search/views/views_handler_field_search_score.inc |
Field handler to provide simple renderer that allows linking to a node. |
views_handler_filter_search |
class |
|
core/modules/search/views/views_handler_filter_search.inc |
Field handler to provide simple renderer that allows linking to a node. |
views_handler_sort_search_score |
class |
|
core/modules/search/views/views_handler_sort_search_score.inc |
Field handler to provide simple renderer that allows linking to a node. |
views_plugin_row_search_view |
class |
|
core/modules/search/views/views_plugin_row_search_view.inc |
Plugin which performs a node_view on the resulting object. |
BackdropTestCase |
abstract class |
|
core/modules/simpletest/backdrop_web_test_case.php |
Base class for Backdrop tests. |
BackdropUnitTestCase |
class |
|
core/modules/simpletest/backdrop_web_test_case.php |
Test case for Backdrop unit tests. |
BackdropWebTestCase |
class |
|
core/modules/simpletest/backdrop_web_test_case.php |
Test case for typical Backdrop tests. |
BackdropWebTestCaseCache |
class |
|
core/modules/simpletest/backdrop_web_test_case_cache.php |
Class for setting up a full installation profile for caching purposes. |
ActionLoopTestCase |
class |
|
core/modules/simpletest/tests/actions.test |
Test actions executing in a potential loop, and make sure they abort properly. |
AJAXTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Ajax Test. |
AJAXFrameworkTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Tests primary Ajax framework functions. |
AJAXCommandsTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Tests Ajax framework commands. |
AJAXFormValuesTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Test that $form_state['values'] is properly delivered to $ajax['callback']. |
AJAXMultiFormTestCase |
class |
|
core/modules/simpletest/tests/ajax.test |
Tests that Ajax-enabled forms work when multiple instances of the same form are on a page. |