views_ui_standard_cancel |
core/modules/views_ui/views_ui.admin.inc |
Submit handler for cancel button |
views_ui_standard_display_dropdown |
core/modules/views_ui/views_ui.admin.inc |
Add a <select> dropdown for a given section, allowing the user to
change whether this info is stored on the default display or on
the current display. |
views_ui_standard_form_buttons |
core/modules/views_ui/views_ui.admin.inc |
Provide a standard set of Apply/Cancel/OK buttons for the forms. Also provide
a hidden op operator because the forms plugin doesn't seem to properly
provide which button was clicked. |
views_ui_standard_override_values |
core/modules/views_ui/views_ui.admin.inc |
Return the was_defaulted, is_defaulted and revert state of a form. |
views_ui_standard_submit |
core/modules/views_ui/views_ui.admin.inc |
Basic submit handler applicable to all 'standard' forms. |
views_ui_taxonomy_autocomplete_validate |
core/modules/views_ui/views_ui.admin.inc |
Form element validation handler for a taxonomy autocomplete field. |
views_ui_theme |
core/modules/views_ui/views_ui.module |
Implements hook_theme(). |
views_ui_toggle_enable_page |
core/modules/views_ui/views_ui.admin.inc |
Menu callback; Enable a view and return to the view listing page. |
views_ui_tools_clear_cache |
core/modules/views_ui/views_ui.admin.inc |
Submit hook to clear the views cache. |
views_ui_truncate |
core/modules/views_ui/views_ui.module |
Truncate strings to a set length and provide a ... if they truncated. |
views_ui_update_1000 |
core/modules/views_ui/views_ui.install |
Update Views UI variables to use configuration files. |
views_ui_update_1001 |
core/modules/views_ui/views_ui.install |
Add new default display(s) setting. |
views_ui_update_1002 |
core/modules/views_ui/views_ui.install |
Rename the setting that allows showing the default display. |
views_ui_views_analyze |
core/modules/views_ui/views_ui.analyze.inc |
Implements hook_views_analyze(). |
views_ui_views_plugins_alter |
core/modules/views_ui/views_ui.module |
Implements hook_views_plugins_alter(). |
views_ui_views_ui_wizards |
core/modules/views_ui/views_ui.module |
Implements hook_views_ui_wizards(). |
views_ui_views_wizard_defaults |
core/modules/views_ui/views_ui.module |
Helper function to define the default values for a Views wizard plugin. |
views_ui_view_preview_section_display_category_links |
core/modules/views_ui/views_ui.module |
Returns a link to configuring a certain display setting. |
views_ui_view_preview_section_handler_links |
core/modules/views_ui/views_ui.module |
Returns contextual links for each handler of a certain section. |
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_update_1008 |
core/modules/views/views.install |
Update all grid Views to use the backwards-compatible unresponsive option. |
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. |