redirect_update_1000 |
core/modules/redirect/redirect.install |
Upgrade Drupal 7 Redirect variables to config. |
redirect_update_1001 |
core/modules/redirect/redirect.install |
Rename the language column to langcode, drop inactive redirects. |
redirect_update_1002 |
core/modules/redirect/redirect.install |
Enable config static caching. |
redirect_update_1003 |
core/modules/redirect/redirect.install |
Explicitly set the redirect status code and remove the default fallback. |
redirect_update_1004 |
core/modules/redirect/redirect.install |
Fix redirect table schema of upgraded sites. |
redirect_update_last_removed |
core/modules/redirect/redirect.install |
Implements hook_update_last_removed(). |
redirect_url |
core/modules/redirect/redirect.module |
Build the URL of a redirect for display purposes only. |
redirect_url_inbound_alter |
core/modules/redirect/redirect.module |
Implements hook_url_inbound_alter(). |
redirect_validate |
core/modules/redirect/redirect.module |
Validate a redirect. |
redirect_views_api |
core/modules/redirect/redirect.module |
Implements hook_views_api(). |
redirect_views_data |
core/modules/redirect/views/redirect.views.inc |
Implements hook_views_data(). |
RemoteFileDirectoryTest::setUp |
core/modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
RemoteFileSaveUploadTest::setUp |
core/modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
RemoteFileScanDirectoryTest::setUp |
core/modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
RemoteFileUnmanagedCopyTest::setUp |
core/modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
RemoteFileUnmanagedDeleteRecursiveTest::setUp |
core/modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
RemoteFileUnmanagedDeleteTest::setUp |
core/modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
RemoteFileUnmanagedMoveTest::setUp |
core/modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
RemoteFileUnmanagedSaveDataTest::setUp |
core/modules/simpletest/tests/file.test |
Sets up a Backdrop site for running functional and integration tests. |
render |
core/includes/common.inc |
Renders an element. |
RenderElementTypesTestCase::assertElements |
core/modules/simpletest/tests/theme.test |
Asserts that an array of elements is rendered properly. |
RenderElementTypesTestCase::testContainer |
core/modules/simpletest/tests/theme.test |
Tests Form API #type 'container'. |
RenderElementTypesTestCase::testDetails |
core/modules/simpletest/tests/theme.test |
Tests Form API #type 'details'. |
RenderElementTypesTestCase::testHeadTag |
core/modules/simpletest/tests/theme.test |
Tests system #type 'head_tag'. |
RenderExampleTestCase::assertRenderedText |
modules/examples/render_example/tests/render_example.test |
Asserts that the string value of the result is the same as the passed text. |
RenderExampleTestCase::setUp |
modules/examples/render_example/tests/render_example.test |
Enable modules and create user with specific permissions. |
RenderExampleTestCase::testRenderExampleBasic |
modules/examples/render_example/tests/render_example.test |
Basic test of rendering through user interaction. |
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(). |