| current_path | includes/path.inc | Return the current URL path of the page being viewed. |
| DatabaseStatementEmpty::current | includes/database/database.inc | |
| DatabaseStatementPrefetch::current | includes/database/prefetch.inc | Return the current row formatted according to the current fetch style. |
| drupal_current_script_url | includes/install.inc | Returns the URL of the current script, with modified query parameters. |
| shortcut_current_displayed_set | modules/shortcut/shortcut.module | Returns the current displayed shortcut set for the provided user account. |
| UrlAlterFunctionalTest::testCurrentUrlRequestedPath | modules/simpletest/tests/path.test | Test current_path() and request_path(). |
| UserValidateCurrentPassCustomForm::getInfo | modules/user/user.test | |
| UserValidateCurrentPassCustomForm::setUp | modules/user/user.test | Generates a random database prefix, runs the install scripts on the
prefixed database and enable the specified modules. After installation
many caches are flushed and the internal browser is setup so that the
page requests will run on the new prefix.… |
| UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm | modules/user/user.test | Tests that user_validate_current_pass can be reused on a custom form. |
| user_form_test_current_password | modules/user/tests/user_form_test.module | A test form for user_validate_current_pass(). |
| user_form_test_current_password_submit | modules/user/tests/user_form_test.module | Submit function for the test form for user_validate_current_pass(). |
| user_validate_current_pass | modules/user/user.module | Form validation handler for the current password on the user_account_form(). |
| view::get_current_page | includes/view.inc | Get the current page from the pager. |
| view::set_current_page | includes/view.inc | Change/Set the current page for the pager. |
| ViewsUserArgumentDefault::test_plugin_argument_default_current_user | tests/user/views_user_argument_default.test | |
| ViewsUserArgumentDefault::view_plugin_argument_default_current_user | tests/user/views_user_argument_default.test | |
| views_get_current_view | ./views.module | Find out what, if any, current view is currently in use. Please note that
this returns a reference, so be careful! You can unintentionally modify the
$view object. |
| views_handler_filter_user_current::construct | modules/user/views_handler_filter_user_current.inc | Views handlers use a special construct function so that we can more
easily construct them with variable arguments. |
| views_handler_filter_user_current::query | modules/user/views_handler_filter_user_current.inc | Add this filter to the query. |
| views_plugin_argument_default_current_user::get_argument | modules/user/views_plugin_argument_default_current_user.inc | Return the default argument. |
| views_plugin_pager::get_current_page | plugins/views_plugin_pager.inc | Get the current page. |
| views_plugin_pager::set_current_page | plugins/views_plugin_pager.inc | Set the current page. |
| views_plugin_pager_full::set_current_page | plugins/views_plugin_pager_full.inc | Set the current page. |
| views_set_current_view | ./views.module | Set the current 'current view' that is being built/rendered so that it is
easy for other modules or items in drupal_eval to identify |
| _batch_current_set | includes/batch.inc | Returns the batch set being currently processed. |