QueryAlterableInterface |
interface |
|
core/includes/database/query.inc |
Interface for a query that can be manipulated via an alter hook. |
QueryConditionInterface |
interface |
|
core/includes/database/query.inc |
Interface for a conditional clause in a query. |
QueryExtendableInterface |
interface |
|
core/includes/database/select.inc |
Interface for extendable query objects. |
QueryPlaceholderInterface |
interface |
|
core/includes/database/query.inc |
Interface for a query that accepts placeholders. |
QueueExampleTestCase |
class |
|
modules/examples/queue_example/tests/queue_example.test |
Functional tests for the Queue Example module. |
QueueTestCase |
class |
|
core/modules/system/tests/system.test |
Test the basic queue functionality. |
Redirect |
class |
|
core/modules/redirect/redirect.class.inc |
Provides a HTTP redirect from one Backdrop internal path to another. |
RedirectFunctionalTest |
class |
|
core/modules/redirect/tests/redirect.test |
|
RedirectTestHelper |
class |
|
core/modules/redirect/tests/redirect.test |
|
RedirectUnitTest |
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 |
|
RemoteFileDirectoryTest |
class |
|
core/modules/simpletest/tests/file.test |
Directory related tests. |
RemoteFileSaveUploadTest |
class |
|
core/modules/simpletest/tests/file.test |
Test the file_save_upload() function on remote filesystems. |
RemoteFileScanDirectoryTest |
class |
|
core/modules/simpletest/tests/file.test |
Tests the file_scan_directory() function on remote filesystems. |
RemoteFileUnmanagedCopyTest |
class |
|
core/modules/simpletest/tests/file.test |
Unmanaged copy related tests on remote filesystems. |
RemoteFileUnmanagedDeleteRecursiveTest |
class |
|
core/modules/simpletest/tests/file.test |
Deletion related tests on remote filesystems. |
RemoteFileUnmanagedDeleteTest |
class |
|
core/modules/simpletest/tests/file.test |
Deletion related tests on remote filesystems. |
RemoteFileUnmanagedMoveTest |
class |
|
core/modules/simpletest/tests/file.test |
Unmanaged move related tests on remote filesystems. |
RemoteFileUnmanagedSaveDataTest |
class |
|
core/modules/simpletest/tests/file.test |
Tests the file_unmanaged_save_data() function on remote filesystems. |
RenderElementTypesTestCase |
class |
|
core/modules/simpletest/tests/theme.test |
Tests the markup of core render element types passed to backdrop_render(). |
RenderExampleTestCase |
class |
|
modules/examples/render_example/tests/render_example.test |
Functional tests for the Render Example module. |
RetrieveFileTestCase |
class |
|
core/modules/system/tests/system.test |
Test HTTP file downloading capability. |
SchemaCache |
class |
|
core/includes/bootstrap.inc |
Extends BackdropCacheArray to allow for dynamic building of the schema cache. |
SchemaTestCase |
class |
|
core/modules/simpletest/tests/schema.test |
Unit tests for the Schema API. |
SearchAdvancedSearchForm |
class |
|
core/modules/search/tests/search.test |
Indexes content and tests the advanced search form. |
SearchBlockTestCase |
class |
|
core/modules/search/tests/search.test |
Tests the rendering of the search block. |
SearchCommentCountToggleTestCase |
class |
|
core/modules/search/tests/search.test |
Tests that comment count display toggles properly on comment status of node |
SearchCommentTestCase |
class |
|
core/modules/search/tests/search.test |
Test integration searching comments. |
SearchConfigSettingsForm |
class |
|
core/modules/search/tests/search.test |
Test config page. |
SearchEmbedForm |
class |
|
core/modules/search/tests/search.test |
Tests that we can embed a form in search results and submit it. |
SearchExactTestCase |
class |
|
core/modules/search/tests/search.test |
Tests that searching for a phrase gets the correct page count. |
SearchExcerptTestCase |
class |
|
core/modules/search/tests/search.test |
Tests the search_excerpt() function. |
SearchExpressionInsertExtractTestCase |
class |
|
core/modules/search/tests/search.test |
Tests search_expression_insert() and search_expression_extract(). |
SearchKeywordsConditions |
class |
|
core/modules/search/tests/search.test |
Tests keywords and conditions. |
SearchLanguageTestCase |
class |
|
core/modules/search/tests/search.test |
Test node search with multiple languages. |
SearchMatchTestCase |
class |
|
core/modules/search/tests/search.test |
Indexes content and queries it. |
SearchNodeAccessTest |
class |
|
core/modules/search/tests/search.test |
Tests node search with node access control. |
SearchNumberMatchingTestCase |
class |
|
core/modules/search/tests/search.test |
Tests that numbers can be searched, with more complex matching. |
SearchNumbersTestCase |
class |
|
core/modules/search/tests/search.test |
Tests that numbers can be searched. |
SearchPageOverride |
class |
|
core/modules/search/tests/search.test |
Tests that hook_search_page runs. |
SearchPageText |
class |
|
core/modules/search/tests/search.test |
Tests the bike shed text on no results page, and text on the search page. |
SearchQuery |
class |
|
core/modules/search/search.extender.inc |
Do a query on the full-text search index for a word or words. |
SearchRankingTestCase |
class |
|
core/modules/search/tests/search.test |
Indexes content and tests ranking factors. |
SearchSetLocaleTest |
class |
|
core/modules/search/tests/search.test |
Tests searching with locale values set. |
SearchSimplifyTestCase |
class |
|
core/modules/search/tests/search.test |
Test search_simplify() on every Unicode character, and some other cases. |