33 string references to 'view'

template_preprocess_views_view in theme/theme.inc
Preprocess the primary theme implementation for a view.
view::export in includes/view.inc
Export a view as PHP code.
ViewsCacheTest::getBasicView in tests/views_cache.test
Build and return a basic view of the views_test table.
ViewsSqlTest::getBasicPageView in tests/views_query.test
Build and return a Page view of the views_test table.
ViewsSqlTest::getBasicView in tests/views_query.test
Build and return a basic view of the views_test table.
views_add_contextual_links in ./views.module
Adds contextual links associated with a view display to a renderable array.
views_handler_field_comment_link::render_link in modules/comment/views_handler_field_comment_link.inc
views_handler_field_field::access in modules/field/views_handler_field_field.inc
Check whether current user has access to this handler.
views_handler_field_node_link::render_link in modules/node/views_handler_field_node_link.inc
views_handler_field_node_link_translate::render_link in modules/translation/views_handler_field_node_link_translate.inc
views_handler_field_node_revision_link::render_link in modules/node/views_handler_field_node_revision_link.inc
views_handler_field_user_link::render_link in modules/user/views_handler_field_user_link.inc
views_handler_filter_node_access::query in modules/node/views_handler_filter_node_access.inc
See _node_access_where_sql() for a non-views query based implementation.
views_handler_relationship_groupwise_max::get_temporary_view in handlers/views_handler_relationship_groupwise_max.inc
Helper function to create a pseudo view.
views_new_view in ./views.module
Create an empty view to work with.
views_plugin_argument_validate_node::convert_options in modules/node/views_plugin_argument_validate_node.inc
Convert options from the older style.
views_plugin_argument_validate_node::options_form in modules/node/views_plugin_argument_validate_node.inc
Provide the default form for setting options.
views_plugin_argument_validate_node::option_definition in modules/node/views_plugin_argument_validate_node.inc
Retrieve the options when this is a new access control plugin.
views_plugin_query_default::execute in plugins/views_plugin_query_default.inc
Executes the query and fills the associated view object with according values.
views_revert_view in drush/views.drush.inc
Revert a specified view.
views_schema_6000 in ./views.install
Views 2's initial schema.
views_tokens in ./views.tokens.inc
Implements hook_tokens().
views_token_info in ./views.tokens.inc
Implements hook_token_info().
views_token_info in ./views.tokens.inc
Implements hook_token_info().
views_ui.inc in plugins/export_ui/views_ui.inc
views_ui.inc in plugins/export_ui/views_ui.inc
views_ui_autocomplete_tag in includes/admin.inc
Page callback for views tag autocomplete.
views_ui_break_lock_confirm_submit in includes/admin.inc
Submit handler to break_lock a view.
views_ui_cache_load in ./views_ui.module
Specialized menu callback to load a view and check its locked status.
views_ui_cache_set in ./views_ui.module
Cache set.
views_ui_edit_view_form_cancel in includes/admin.inc
Submit handler for the edit view form.
views_ui_edit_view_form_submit in includes/admin.inc
Submit handler for the edit view form.
views_ui_import_validate in includes/admin.inc
Validate handler to import a view.