Name Locationsort descending Description
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_option_defaults core/modules/views/includes/base.inc
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::set_definition core/modules/views/includes/base.inc Let the handler know what its full definition is.
views_object::destroy core/modules/views/includes/base.inc
views_object::unpack_translatables core/modules/views/includes/base.inc Unpacks each handler to store translatable texts.
views_object::unpack_translatable core/modules/views/includes/base.inc Unpack a single option definition.
_views_fetch_data core/modules/views/includes/cache.inc Fetch Views' data from the cache.
_views_fetch_data_build core/modules/views/includes/cache.inc Build and set the views data cache if empty.
_views_data_process_entity_types core/modules/views/includes/cache.inc Links tables having an 'entity type' specified to the respective, generic entity-type tables.
_views_fetch_plugin_data core/modules/views/includes/cache.inc Fetch the plugin data from cache.
views_cache_set core/modules/views/includes/cache.inc Set a cached item in the views cache.
views_cache_get core/modules/views/includes/cache.inc Return data from the persistent views cache.
views_join_subquery::construct core/modules/views/includes/handlers.inc Construct the views_join object.
views_join_subquery::build_join core/modules/views/includes/handlers.inc Build the SQL for the join this object represents.
views_handler::init core/modules/views/includes/handlers.inc init the handler with necessary data.
views_handler::option_definition core/modules/views/includes/handlers.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
views_handler::ui_name core/modules/views/includes/handlers.inc Return a string representing this handler's name in the UI.
views_handler::get_field core/modules/views/includes/handlers.inc Shortcut to get a handler's raw field value.
views_handler::sanitize_value core/modules/views/includes/handlers.inc Sanitize the value for output.
views_handler::case_transform core/modules/views/includes/handlers.inc Transform a string by a certain method.
views_handler::options_validate core/modules/views/includes/handlers.inc Validate the options form.
views_handler::options_form core/modules/views/includes/handlers.inc Build the options form.
views_handler::options_submit core/modules/views/includes/handlers.inc Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
views_handler::use_group_by core/modules/views/includes/handlers.inc Provides the handler some groupby.
views_handler::groupby_form core/modules/views/includes/handlers.inc Provide a form for aggregation settings.
views_handler::groupby_form_submit core/modules/views/includes/handlers.inc Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
views_handler::has_extra_options core/modules/views/includes/handlers.inc If a handler has 'extra options' it will get a little settings widget and another form called extra_options.
views_handler::extra_options core/modules/views/includes/handlers.inc Provide defaults for the handler.
views_handler::extra_options_form core/modules/views/includes/handlers.inc Provide a form for setting options.
views_handler::extra_options_validate core/modules/views/includes/handlers.inc Validate the options form.
views_handler::extra_options_submit core/modules/views/includes/handlers.inc Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
views_handler::can_expose core/modules/views/includes/handlers.inc Determine if a handler can be exposed.
views_handler::expose_options core/modules/views/includes/handlers.inc Set new exposed option defaults when exposed setting is flipped on.
views_handler::exposed_info core/modules/views/includes/handlers.inc Get information about the exposed form for the form renderer.
views_handler::exposed_form core/modules/views/includes/handlers.inc Render our chunk of the exposed handler form when selecting
views_handler::exposed_validate core/modules/views/includes/handlers.inc Validate the exposed handler form
views_handler::exposed_submit core/modules/views/includes/handlers.inc Submit the exposed handler form
views_handler::expose_form core/modules/views/includes/handlers.inc Form for exposed handler options.
views_handler::expose_validate core/modules/views/includes/handlers.inc Validate the options form.
views_handler::expose_submit core/modules/views/includes/handlers.inc Perform any necessary changes to the form exposes prior to storage. There is no need for this function to actually store the data.
views_handler::show_expose_button core/modules/views/includes/handlers.inc Shortcut to display the expose/hide button.
views_handler::show_expose_form core/modules/views/includes/handlers.inc Shortcut to display the exposed options form.
views_handler::access core/modules/views/includes/handlers.inc Check whether current user has access to this handler.
views_handler::pre_query core/modules/views/includes/handlers.inc Run before the view is built.
views_handler::post_execute core/modules/views/includes/handlers.inc Run after the view is executed, before the result is cached.
views_handler::placeholder core/modules/views/includes/handlers.inc Provides a unique placeholders for handlers.
views_handler::set_relationship core/modules/views/includes/handlers.inc Called just prior to query(), this lets a handler set up any relationship it needs.
views_handler::ensure_my_table core/modules/views/includes/handlers.inc Ensure the main table for this handler is in the query. This is used a lot.
views_handler::admin_summary core/modules/views/includes/handlers.inc Provide text for the administrative summary

Pages