views_ui_view_preview_section_rows_links |
core/modules/views_ui/views_ui.module |
Returns all contextual links for the main content part of the view. |
views_ui_wizard_form_validate |
core/modules/views_ui/views_ui.admin.inc |
Validate the add view form. |
views_update_1000 |
core/modules/views/views.install |
Convert default views to configuration files. |
views_update_1001 |
core/modules/views/views.install |
Convert available database views to configuration files. |
views_update_1002 |
core/modules/views/views.install |
Drop Views tables that were converted to configuration files. |
views_update_1003 |
core/modules/views/views.install |
Update Views variables to use configuration files. |
views_update_1004 |
core/modules/views/views.install |
Replace the frontpage view with promoted. |
views_update_1005 |
core/modules/views/views.install |
Set all grid style Views to use the deprecated table if not set already. |
views_update_1006 |
core/modules/views/views.install |
Remove headers field from cache tables. |
views_update_1007 |
core/modules/views/views.install |
Remove obsolete variable from config. |
views_views_api |
core/modules/views/views.module |
Implements hook_views_api(). |
views_views_data |
core/modules/views/includes/views.views.inc |
Implements hook_views_data(). |
views_views_plugins |
core/modules/views/includes/views.views.inc |
Implements hook_views_plugins(). |
views_views_query_substitutions |
core/modules/views/views.module |
Substitute current time; this works with cached queries. |
views_view_has_form_elements |
core/modules/views/views.module |
Returns TRUE if the passed-in view contains handlers with views form
implementations, FALSE otherwise. |
views_view_is_disabled |
core/modules/views/views.module |
Returns TRUE if a view is disabled, FALSE otherwise. |
views_view_is_enabled |
core/modules/views/views.module |
Returns TRUE if a view is enabled, FALSE otherwise. |
view_mode_test_entity_view_mode_info |
core/modules/field_ui/tests/view_mode_test/view_mode_test.module |
Implements hook_entity_view_mode_info(). |
view_mode_test_entity_view_mode_info_alter |
core/modules/field_ui/tests/view_mode_test/view_mode_test.module |
Implements hook_entity_view_mode_info_alter(). |
view_mode_test_return_suggestions |
core/modules/field_ui/tests/view_mode_test/view_mode_test.module |
Theme registry callback. |
view_mode_test_theme_registry_alter |
core/modules/field_ui/tests/view_mode_test/view_mode_test.module |
Implements hook_theme_registry_alter(). |
watchdog |
core/includes/bootstrap.inc |
Logs a system message. |
WatchdogTestCase::assertLogMessage |
core/modules/simpletest/tests/bootstrap.test |
Verify a log entry was entered. Called in the same way of theme
expected original watchdog() execution. |
WatchdogTestCase::assertNoLogMessage |
core/modules/simpletest/tests/bootstrap.test |
Verify no log entry was entered. Called in the same way of the
expected original watchdog() execution. |
watchdog_deprecated_function |
core/includes/bootstrap.inc |
Logs a deprecation warning. |
watchdog_exception |
core/includes/bootstrap.inc |
Logs an exception. |
watchdog_severity_enabled |
core/includes/bootstrap.inc |
Check if logging is enabled for a given severity level. |
watchdog_severity_levels |
core/includes/common.inc |
Returns a list of severity levels, as defined in RFC 3164. |
watchdog_skip_semaphore |
core/modules/simpletest/tests/actions_loop_test.module |
Replacement of the watchdog() function that eliminates the use of semaphores
so that we can test the abortion of an action loop. |
weight_value |
core/includes/form.inc |
Sets the value for a weight element, with zero as a default. |
WordLevelDiff::closing |
core/includes/diff.inc |
|
WordLevelDiff::orig |
core/includes/diff.inc |
|
WordLevelDiff::split |
core/includes/diff.inc |
|
WordLevelDiff::__construct |
core/includes/diff.inc |
|
_action_example_page |
modules/examples/action_example/action_example.module |
A simple page to explain to the developer what to do. |
_admin_bar_flush_cache |
core/modules/admin_bar/admin_bar.inc |
Flush all caches or a specific one. |
_ajax_example_get_first_dropdown_options |
modules/examples/ajax_example/ajax_example.module |
Helper function to populate the first dropdown. |
_ajax_example_get_second_dropdown_options |
modules/examples/ajax_example/ajax_example.module |
Helper function to populate the second dropdown. |
_authorize_filetransfer_connection_settings |
core/includes/authorize.inc |
Generates the Form API array for a given connection backend's settings. |
_authorize_filetransfer_connection_settings_set_defaults |
core/includes/authorize.inc |
Sets the default settings on a file transfer connection form recursively. |
_backdrop_bootstrap_configuration |
core/includes/bootstrap.inc |
Sets up the script environment and loads settings.php. |
_backdrop_bootstrap_database |
core/includes/bootstrap.inc |
Initializes the database system and registers autoload functions. |
_backdrop_bootstrap_full |
core/includes/common.inc |
|
_backdrop_bootstrap_page_cache |
core/includes/bootstrap.inc |
Attempts to serve a page from the cache. |
_backdrop_bootstrap_page_header |
core/includes/bootstrap.inc |
Invokes hook_boot() and sends HTTP headers. |
_backdrop_bootstrap_sanitize_input |
core/includes/bootstrap.inc |
Sanitizes unsafe keys from request input. |
_backdrop_bootstrap_sanitize_request |
core/includes/bootstrap.inc |
Sanitizes unsafe input from the PHP request super-globals. |
_backdrop_bootstrap_variables |
core/includes/bootstrap.inc |
Loads system variables and all enabled bootstrap modules. |
_backdrop_build_css_path |
core/includes/common.inc |
Prefixes all paths within a CSS file for backdrop_build_css_cache(). |
_backdrop_decode_exception |
core/includes/errors.inc |
Decodes an exception and retrieves the correct caller. |