variable_del Deprecated |
core/includes/bootstrap.inc |
Unsets a persistent variable. |
variable_get Deprecated |
core/includes/bootstrap.inc |
Returns a persistent variable. |
variable_initialize Deprecated |
core/includes/bootstrap.inc |
Loads the persistent variable table. |
variable_set Deprecated |
core/includes/bootstrap.inc |
Sets a persistent variable. |
VerticalTabsExampleTestCase::setUp |
modules/examples/vertical_tabs_example/tests/vertical_tabs_example.test |
Sets up a Backdrop site for running functional and integration tests. |
VerticalTabsExampleTestCase::testVerticalTabsExampleMenus |
modules/examples/vertical_tabs_example/tests/vertical_tabs_example.test |
Tests the menu paths defined in vertical_tabs_example module. |
vertical_tabs_example_form_alter |
modules/examples/vertical_tabs_example/vertical_tabs_example.module |
Implements hook_form_alter(). |
vertical_tabs_example_menu |
modules/examples/vertical_tabs_example/vertical_tabs_example.module |
Implements hook_menu(). |
view::access |
core/modules/views/includes/view.inc |
Determine if the given user has access to the view. Note that
this sets the display handler if it hasn't been. |
view::add_display |
core/modules/views/includes/view.inc |
Add a new display handler to the view, automatically creating an id. |
view::add_item |
core/modules/views/includes/view.inc |
Add an item with a handler to the view. |
view::attach_displays |
core/modules/views/includes/view.inc |
Run attachment displays for the view. |
view::build |
core/modules/views/includes/view.inc |
Build the query for the view. |
view::build_title |
core/modules/views/includes/view.inc |
Force the view to build a title. |
view::choose_display |
core/modules/views/includes/view.inc |
Get the first display that is accessible to the user. |
view::clone_view |
core/modules/views/includes/view.inc |
Safely clone a view. |
view::delete |
core/modules/views/includes/view.inc |
Delete the view entirely from the system. |
view::delete_locale_strings |
core/modules/views/includes/view.inc |
Delete localized strings. |
view::destroy |
core/modules/views/includes/view.inc |
Unset references so that a $view object may be properly garbage
collected. |
view::display_objects |
core/modules/views/includes/view.inc |
Returns a list of the sub-object types used by this view. These types are
stored on the display, and are used in the build process. |
view::end_query_capture |
core/modules/views/includes/view.inc |
Add the list of queries run during render to the build info. |
view::execute |
core/modules/views/includes/view.inc |
Execute the view's query. |
view::execute_display |
core/modules/views/includes/view.inc |
Execute the given display, with the given arguments.
To be called externally by whatever mechanism invokes the view,
such as a page callback, hook_block, etc. |
view::execute_hook_block_list |
core/modules/views/includes/view.inc |
Called to get hook_block information from the view and the
named display handler. |
view::execute_hook_menu |
core/modules/views/includes/view.inc |
Called to get hook_menu() information from the view and the named display handler. |
view::fix_missing_relationships |
core/modules/views/includes/view.inc |
Attempt to discover if the view has handlers missing relationships. |
view::generate_display_id |
core/modules/views/includes/view.inc |
Generate a display id of a certain plugin type. |
view::generate_item_id |
core/modules/views/includes/view.inc |
Generates a unique ID for an item. |
view::get_base_tables |
core/modules/views/includes/view.inc |
Create a list of base tables eligible for this view. Used primarily
for the UI. Display must be already initialized. |
view::get_breadcrumb |
core/modules/views/includes/view.inc |
Get the breadcrumb used for this view. |
view::get_current_page |
core/modules/views/includes/view.inc |
Get the current page from the pager. |
view::get_exposed_input |
core/modules/views/includes/view.inc |
Figure out what the exposed input for this view is. |
view::get_human_name |
core/modules/views/includes/view.inc |
Return the human readable name for a view. |
view::get_item |
core/modules/views/includes/view.inc |
Get the configuration of an item (field/sort/filter/etc) on a given
display. |
view::get_items |
core/modules/views/includes/view.inc |
Get an array of items for the current display. |
view::get_items_per_page |
core/modules/views/includes/view.inc |
Get the items per page from the pager. |
view::get_offset |
core/modules/views/includes/view.inc |
Get the pager offset from the pager. |
view::get_path |
core/modules/views/includes/view.inc |
Get the base path used for this view. |
view::get_title |
core/modules/views/includes/view.inc |
Get the view's current title. This can change depending upon how it
was built. |
view::get_url |
core/modules/views/includes/view.inc |
Get the URL for the current view. |
view::init_display |
core/modules/views/includes/view.inc |
Set the display for this view and initialize the display handler. |
view::init_handlers |
core/modules/views/includes/view.inc |
Acquire and attach all of the handlers. |
view::init_localization |
core/modules/views/includes/view.inc |
Find and initialize the localization plugin. |
view::init_pager |
core/modules/views/includes/view.inc |
Initialize the pager |
view::init_query |
core/modules/views/includes/view.inc |
Do some common building initialization. |
view::init_style |
core/modules/views/includes/view.inc |
Find and initialize the style plugin. |
view::is_cacheable |
core/modules/views/includes/view.inc |
Is this view cacheable? |
view::is_translatable |
core/modules/views/includes/view.inc |
Determine whether a view supports admin string translation. |
view::new_display |
core/modules/views/includes/view.inc |
Create a new display and a display handler for it. |
view::post_execute |
core/modules/views/includes/view.inc |
Unset the current view, mostly. |