views_plugin_display_block::execute |
function |
core/modules/views/plugins/views_plugin_display_block.inc |
The display block handler returns the structure necessary for a block. |
views_plugin_query_default::add_tag |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
Adds a query tag to the sql object. |
views_plugin_display_attachment.inc |
file |
core/modules/views/plugins/views_plugin_display_attachment.inc |
Contains the attachment display plugin. |
views_plugin_query_default::execute |
function |
core/modules/views/plugins/views_plugin_query_default.inc |
Executes the query and fills the associated view object with according
values. |
views_plugin_cache::restore_headers |
function |
core/modules/views/plugins/views_plugin_cache.inc |
Restore out of band data saved to cache. Copied from Panels. |
views_plugin_cache::get_results_key |
function |
core/modules/views/plugins/views_plugin_cache.inc |
|
views_plugin_exposed_form_basic.inc |
file |
core/modules/views/plugins/views_plugin_exposed_form_basic.inc |
Definition of views_plugin_exposed_form_basic. |
views_plugin_row::option_definition |
function |
core/modules/views/plugins/views_plugin_row.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |
views_plugin_row_rss_fields::render |
function |
core/modules/views/plugins/views_plugin_row_rss_fields.inc |
Render a row object. This usually passes through to a theme template
of some form, but not always. |
views_plugin_display::unpack_plugin |
function |
core/modules/views/plugins/views_plugin_display.inc |
Special handling for plugins when extracting translatables. |
views_plugin_cache_none::cache_start |
function |
core/modules/views/plugins/views_plugin_cache_none.inc |
Start caching javascript, css and other out of band info. |
views_plugin_localization::translate |
function |
core/modules/views/plugins/views_plugin_localization.inc |
Translate a string / text with format. |
views_plugin_display_extender::query |
function |
core/modules/views/plugins/views_plugin_display_extender.inc |
Inject anything into the query that the display_extender handler needs. |
views_plugin_style::options_validate |
function |
core/modules/views/plugins/views_plugin_style.inc |
Validate the options form. |
views_plugin_query::options_validate |
function |
core/modules/views/plugins/views_plugin_query.inc |
Validate the options form. |
date_views_plugin_pager::date_forbid |
function |
core/modules/date/views/date_views_plugin_pager.inc |
Custom callback evaluating the date range. |
views_plugin_pager::get_current_page |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Get the current page. |
views_plugin_pager::set_current_page |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Set the current page. |
views_plugin_pager::options_validate |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Provide the default form form for validating options |
views_plugin_pager::update_page_info |
function |
core/modules/views/plugins/views_plugin_pager.inc |
If there are pagers that need global values set, this method can
be used to set them. It will be called when the count query is run. |
views_plugin_display::options_submit |
function |
core/modules/views/plugins/views_plugin_display.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_plugin_pager::has_more_records |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Determine if there are more records available. |
views_plugin_display::render_filters |
function |
core/modules/views/plugins/views_plugin_display.inc |
Not all display plugins will support filtering |
views_plugin_display::get_style_type |
function |
core/modules/views/plugins/views_plugin_display.inc |
Displays can require a certain type of style plugin. By default, they will
be 'normal'. |
views_plugin_row_search_view::render |
function |
core/modules/search/views/views_plugin_row_search_view.inc |
Override the behavior of the render() function. |
views_plugin_display_block::use_more |
function |
core/modules/views/plugins/views_plugin_display_block.inc |
Does the display have a more link enabled? |
views_plugin_display_block::get_path |
function |
core/modules/views/plugins/views_plugin_display_block.inc |
Return the base path to use for this display. |
views_plugin_display::get_pager_text |
function |
core/modules/views/plugins/views_plugin_display.inc |
Provide some helpful text for pagers. |
views_test_plugin_access_test_static |
class |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_access_test_static.inc |
Tests a static access plugin. |
views_plugin_style_summary_jump_menu |
class |
core/modules/views/plugins/views_plugin_style_summary_jump_menu.inc |
The default style plugin for summaries. |
entityreference_plugin_style::render |
function |
core/modules/entityreference/views/entityreference_plugin_style.inc |
Render the display in this style. |
views_test_plugin_style_test_mapping |
class |
core/modules/views/tests/views_test/test_plugins/views_test_plugin_style_test_mapping.inc |
Provides a test mapping style plugin. |
views_plugin_row_comment_rss::render |
function |
core/modules/comment/views/views_plugin_row_comment_rss.inc |
Render a row object. This usually passes through to a theme template
of some form, but not always. |
views_plugin_style_table::build_sort |
function |
core/modules/views/plugins/views_plugin_style_table.inc |
Determine if we should provide sorting based upon $_GET inputs |
views_plugin_style_table::even_empty |
function |
core/modules/views/plugins/views_plugin_style_table.inc |
Should the output of the style plugin be rendered even if it's a empty view. |
views_plugin_cache::cache_set_expire |
function |
core/modules/views/plugins/views_plugin_cache.inc |
Determine expiration time in the cache table of the cache type
or CACHE_PERMANENT if item shouldn't be removed automatically from cache. |
views_plugin_style_rss::options_form |
function |
core/modules/views/plugins/views_plugin_style_rss.inc |
Provide a form to edit options for this plugin. |
views_plugin_style_jump_menu::render |
function |
core/modules/views/plugins/views_plugin_style_jump_menu.inc |
Render the display in this style. |
views_plugin_display_feed::attach_to |
function |
core/modules/views/plugins/views_plugin_display_feed.inc |
Attach to another view. |
views_plugin_argument_validate::init |
function |
core/modules/views/plugins/views_plugin_argument_validate.inc |
Initialize this plugin with the view and the argument
it is linked to. |
views_plugin_display::unpack_handler |
function |
core/modules/views/plugins/views_plugin_display.inc |
Special method to unpack items that have handlers. |
views_plugin_localization_none::save |
function |
core/modules/views/plugins/views_plugin_localization_none.inc |
Save a string for translation; not supported. |
views_plugin_localization::$translate |
property |
core/modules/views/plugins/views_plugin_localization.inc |
|
views_plugin_access::options_validate |
function |
core/modules/views/plugins/views_plugin_access.inc |
Provide the default form form for validating options |
entityreference_plugin_row_fields.inc |
file |
core/modules/entityreference/views/entityreference_plugin_row_fields.inc |
Handler for entityreference_plugin_row_fields. |
views_plugin_exposed_form::pre_render |
function |
core/modules/views/plugins/views_plugin_exposed_form.inc |
|
views_plugin_exposed_form::reset_form |
function |
core/modules/views/plugins/views_plugin_exposed_form.inc |
|
views_plugin_pager_full::options_form |
function |
core/modules/views/plugins/views_plugin_pager_full.inc |
Provide the default form for setting options. |
views_plugin_pager_full::uses_exposed |
function |
core/modules/views/plugins/views_plugin_pager_full.inc |
|
views_plugin_style::option_definition |
function |
core/modules/views/plugins/views_plugin_style.inc |
Information about options for all kinds of purposes will be held here.
@code
'option_name' => array( |