render_example_add_prefix |
modules/examples/render_example/render_example.module |
A '#post_render' function to add a little markup onto the end markup. |
render_example_add_suffix |
modules/examples/render_example/render_example.module |
A '#pre_render' function. |
render_example_arrays |
modules/examples/render_example/render_example.module |
Provides a number of render arrays and show what they do. |
render_example_cache_expensive |
modules/examples/render_example/render_example.module |
A potentially expensive function. |
render_example_cache_pre_render |
modules/examples/render_example/render_example.module |
A '#pre_render' function. |
render_example_info |
modules/examples/render_example/render_example.module |
Simple basic information about the module; an entry point. |
render_example_menu |
modules/examples/render_example/render_example.module |
Implements hook_menu(). |
render_example_theme |
modules/examples/render_example/render_example.module |
Implements hook_theme(). |
request_path |
core/includes/bootstrap.inc |
Returns the requested URL path of the page being viewed. |
request_uri |
core/includes/bootstrap.inc |
Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable. |
requirements1_test_requirements |
core/modules/simpletest/tests/requirements1_test.install |
Implements hook_requirements(). |
restore_access_allowed |
core/restore.php |
Determines if the current user is allowed to access restore.php. |
restore_access_denied_page |
core/restore.php |
Renders a 403 access denied page for restore.php. |
restore_backup_form |
core/restore.php |
Form constructor for the list of available database module updates. |
restore_disabled_page |
core/restore.php |
Renders a help page if access is allowed but backups are not enabled. |
restore_goto |
core/restore.php |
Light-weight version of backdrop_goto() that guarantees no database usage. |
restore_info_page |
core/restore.php |
Provides an overview of the backup restoration process. |
restore_progress_page |
core/restore.php |
Show a progress message while processing a restore. |
restore_results_page |
core/restore.php |
Displays results of the restore script with any accompanying errors. |
restore_select_page |
core/restore.php |
Provides a form to select a backup to restore. |
restore_task_list |
core/restore.php |
Adds the restore task list to the current page. |
RetrieveFileTestCase::testFileRetrieving |
core/modules/system/tests/system.test |
Invokes system_retrieve_file() in several scenarios. |
SchemaCache::resolveCacheMiss |
core/includes/bootstrap.inc |
Overrides BackdropCacheArray::resolveCacheMiss(). |
SchemaCache::__construct |
core/includes/bootstrap.inc |
Constructs a SchemaCache object. |
SchemaTestCase::assertFieldAdditionRemoval |
core/modules/simpletest/tests/schema.test |
Assert that a given field can be added and removed from a table. |
SchemaTestCase::assertFieldCharacteristics |
core/modules/simpletest/tests/schema.test |
Assert that a newly added field has the correct characteristics. |
SchemaTestCase::checkSchemaComment |
core/modules/simpletest/tests/schema.test |
Checks that a table or column comment matches a given description. |
SchemaTestCase::testSchema |
core/modules/simpletest/tests/schema.test |
|
SchemaTestCase::testSchemaAddField |
core/modules/simpletest/tests/schema.test |
Test adding columns to an existing table. |
SchemaTestCase::testUnsignedColumns |
core/modules/simpletest/tests/schema.test |
Tests creating unsigned columns and data integrity thereof. |
SchemaTestCase::tryInsert |
core/modules/simpletest/tests/schema.test |
|
SchemaTestCase::tryUnsignedInsert |
core/modules/simpletest/tests/schema.test |
Tries to insert a negative value into columns defined as unsigned. |
SearchAdvancedSearchForm::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchAdvancedSearchForm::testNodeType |
core/modules/search/tests/search.test |
Test using the search form with GET and POST queries.
Test using the advanced search form to limit search to nodes of type "Page". |
SearchBlockTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchBlockTestCase::testBlock |
core/modules/search/tests/search.test |
Test that the search block form works correctly. |
SearchCommentCountToggleTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchCommentCountToggleTestCase::testSearchCommentCountToggle |
core/modules/search/tests/search.test |
Verify that comment count displays correctly based on comment status of
node. |
SearchCommentTestCase::assertCommentAccess |
core/modules/search/tests/search.test |
Update search index and search for comment. |
SearchCommentTestCase::setRolePermissions |
core/modules/search/tests/search.test |
Set permissions for role. |
SearchCommentTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchCommentTestCase::testAddNewComment |
core/modules/search/tests/search.test |
Verify that 'Add comment' does not appear in search results or index. |
SearchCommentTestCase::testSearchResultsComment |
core/modules/search/tests/search.test |
Verify that comments are rendered using proper format in search results. |
SearchCommentTestCase::testSearchResultsCommentAccess |
core/modules/search/tests/search.test |
Verify access rules for comment indexing with different permissions. |
SearchConfigSettingsForm::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchConfigSettingsForm::testSearchModuleDisabling |
core/modules/search/tests/search.test |
Verify that you can disable individual search modules. |
SearchConfigSettingsForm::testSearchNodeTypes |
core/modules/search/tests/search.test |
Verify enabling/disabling of certain node types. |
SearchConfigSettingsForm::testSearchSettingsPage |
core/modules/search/tests/search.test |
Verify the search settings form. |
SearchEmbedForm::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchEmbedForm::testEmbeddedForm |
core/modules/search/tests/search.test |
Tests that the embedded form appears and can be submitted. |