views_menu |
core/modules/views/views.module |
Implement hook_menu(). |
views_menu_alter |
core/modules/views/views.module |
Implement hook_menu_alter(). |
views_module_implements_alter |
core/modules/views/views.module |
Implements hook_module_implements_alter(). |
views_module_include |
core/modules/views/views.module |
Load views files on behalf of modules. |
views_move_table |
core/modules/views/views.module |
Find the real location of a table. |
views_new_view |
core/modules/views/views.module |
Create an empty view to work with. |
views_object::construct |
core/modules/views/includes/base.inc |
Views handlers use a special construct function so that we can more easily
construct them with variable arguments. |
views_object::destroy |
core/modules/views/includes/base.inc |
|
views_object::options Deprecated |
core/modules/views/includes/base.inc |
Set default options on this object. Called by the constructor in a
complex chain to deal with backward compatibility. |
views_object::option_definition |
core/modules/views/includes/base.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_object::set_default_options |
core/modules/views/includes/base.inc |
Set default options.
For backward compatibility, it sends the options array; this is a
feature that will likely disappear at some point. |
views_object::set_definition |
core/modules/views/includes/base.inc |
Let the handler know what its full definition is. |
views_object::unpack_options |
core/modules/views/includes/base.inc |
Unpack options over our existing defaults, drilling down into arrays
so that defaults don't get totally blown away. |
views_object::unpack_translatable |
core/modules/views/includes/base.inc |
Unpack a single option definition. |
views_object::unpack_translatables |
core/modules/views/includes/base.inc |
Unpacks each handler to store translatable texts. |
views_object::_set_option_defaults |
core/modules/views/includes/base.inc |
|
views_object_types |
core/modules/views/views.module |
Provide a list of views object types used in a view. |
views_page |
core/modules/views/views.module |
Page callback: Displays a page view, given a name and display id. |
views_permission |
core/modules/views/views.module |
Implement hook_permission(). |
views_plugin::additional_theme_functions |
core/modules/views/includes/plugin.inc |
Provide a list of additional theme functions for the theme information page |
views_plugin::options_form |
core/modules/views/includes/plugin.inc |
Provide a form to edit options for this plugin. |
views_plugin::options_submit |
core/modules/views/includes/plugin.inc |
Handle any special handling on the validate form. |
views_plugin::options_validate |
core/modules/views/includes/plugin.inc |
Validate the options form. |
views_plugin::plugin_title |
core/modules/views/includes/plugin.inc |
Return the human readable name of the display. |
views_plugin::query |
core/modules/views/includes/plugin.inc |
Add anything to the query that we might need to. |
views_plugin::summary_title |
core/modules/views/includes/plugin.inc |
Returns the summary of the settings in the display. |
views_plugin::theme_functions |
core/modules/views/includes/plugin.inc |
Provide a full list of possible theme templates used by this style. |
views_plugin::validate |
core/modules/views/includes/plugin.inc |
Validate that the plugin is correct and can be saved. |
views_plugin_access::access |
core/modules/views/plugins/views_plugin_access.inc |
Determine if the current user has access or not. |
views_plugin_access::get_access_callback |
core/modules/views/plugins/views_plugin_access.inc |
Determine the access callback and arguments. |
views_plugin_access::init |
core/modules/views/plugins/views_plugin_access.inc |
Initialize the plugin. |
views_plugin_access::options_form |
core/modules/views/plugins/views_plugin_access.inc |
Provide the default form for setting options. |
views_plugin_access::options_submit |
core/modules/views/plugins/views_plugin_access.inc |
Provide the default form form for submitting options |
views_plugin_access::options_validate |
core/modules/views/plugins/views_plugin_access.inc |
Provide the default form form for validating options |
views_plugin_access::option_definition |
core/modules/views/plugins/views_plugin_access.inc |
Retrieve the options when this is a new access
control plugin |
views_plugin_access::summary_title |
core/modules/views/plugins/views_plugin_access.inc |
Return a string to display as the clickable title for the
access control. |
views_plugin_access_none::summary_title |
core/modules/views/plugins/views_plugin_access_none.inc |
Return a string to display as the clickable title for the
access control. |
views_plugin_access_perm::access |
core/modules/views/plugins/views_plugin_access_perm.inc |
Determine if the current user has access or not. |
views_plugin_access_perm::get_access_callback |
core/modules/views/plugins/views_plugin_access_perm.inc |
Determine the access callback and arguments. |
views_plugin_access_perm::options_form |
core/modules/views/plugins/views_plugin_access_perm.inc |
Provide the default form for setting options. |
views_plugin_access_perm::option_definition |
core/modules/views/plugins/views_plugin_access_perm.inc |
Retrieve the options when this is a new access
control plugin |
views_plugin_access_perm::summary_title |
core/modules/views/plugins/views_plugin_access_perm.inc |
Return a string to display as the clickable title for the
access control. |
views_plugin_access_role::access |
core/modules/views/plugins/views_plugin_access_role.inc |
Determine if the current user has access or not. |
views_plugin_access_role::get_access_callback |
core/modules/views/plugins/views_plugin_access_role.inc |
Determine the access callback and arguments. |
views_plugin_access_role::options_form |
core/modules/views/plugins/views_plugin_access_role.inc |
Provide the default form for setting options. |
views_plugin_access_role::options_submit |
core/modules/views/plugins/views_plugin_access_role.inc |
Provide the default form form for submitting options |
views_plugin_access_role::options_validate |
core/modules/views/plugins/views_plugin_access_role.inc |
Provide the default form form for validating options |
views_plugin_access_role::option_definition |
core/modules/views/plugins/views_plugin_access_role.inc |
Retrieve the options when this is a new access
control plugin |
views_plugin_access_role::summary_title |
core/modules/views/plugins/views_plugin_access_role.inc |
Return a string to display as the clickable title for the
access control. |
views_plugin_argument_default::access |
core/modules/views/plugins/views_plugin_argument_default.inc |
Determine if the administrator has the privileges to use this
plugin |