EntityLayoutContext::type |
function |
modules/layout/plugins/context/entity_layout_context_handler.inc |
Return the indicator for this context, i.e. "entity", "string". |
layout_context_ajax_style |
function |
modules/layout/layout.context.admin.inc |
AJAX callback to update the context or relationship settings. |
LayoutAccess::setContexts |
function |
modules/layout/plugins/access/layout_access.inc |
Sets the contexts for this item from the full list of layout contexts. |
LayoutMenuItem::$contexts |
property |
modules/layout/includes/layout_menu_item.class.inc |
An array of LayoutContext instances used by this menu item. |
layout_context_return_form |
function |
modules/layout/layout.context.admin.inc |
Helper function to return a partial context or relationship settings form. |
EntityLayoutContext::label |
function |
modules/layout/plugins/context/entity_layout_context_handler.inc |
Assemble a human-readable label of this object. |
LayoutStringContext::label |
function |
modules/layout/plugins/context/layout_context.inc |
Assemble a human-readable label of this object. |
LayoutContext::__construct |
function |
modules/layout/plugins/context/layout_context.inc |
Constructor for LayoutContext objects. |
views_add_contextual_links |
function |
modules/views/views.module |
Adds contextual links associated with a view display to a renderable array. |
LayoutOverridesPathContext |
class |
modules/layout/plugins/context/layout_context.inc |
Pass-through context used when an unknown argument is encountered. |
LayoutContextBroken::label |
function |
modules/layout/plugins/context/layout_context.inc |
Assemble a human-readable label of this object. |
Block::getRequiredContexts |
function |
modules/layout/includes/block.class.inc |
Get a list of all required context plugin names for this block. |
layout_layout_context_info |
function |
modules/layout/includes/layout.layout.inc |
Implements hook_layout_context_info(). |
LayoutContext::formValidate |
function |
modules/layout/plugins/context/layout_context.inc |
Validate handler for the settings form for this context item. |
layout_current_user_context |
function |
modules/layout/layout.module |
Returns the current user context, which is always available. |
layout_set_handler_contexts |
function |
modules/layout/layout.module |
Helper function for setting contexts on a layout handler. |
LayoutMenuItem::hasContexts |
function |
modules/layout/includes/layout_menu_item.class.inc |
Check if the menu item has a context of a particular name. |
LayoutMenuItem::getContexts |
function |
modules/layout/includes/layout_menu_item.class.inc |
Get all contexts required or configured for this menu path. |
contextual_pre_render_links |
function |
modules/contextual/contextual.module |
Pre-render callback: Builds a renderable array for contextual links. |
DashboardLayoutContext::type |
function |
modules/dashboard/includes/dashboard_layout_context.inc |
Return the indicator for this context. |
taxonomy_layout_context_info |
function |
modules/taxonomy/taxonomy.module |
Implements hook_layout_context_info(). |
dashboard_layout_context.inc |
file |
modules/dashboard/includes/dashboard_layout_context.inc |
Layout context handler for entities. |
layout_contexts_form_element |
function |
modules/layout/layout.admin.inc |
Partial form to generate a select list for selecting context. |
DashboardLayoutContext::label |
function |
modules/dashboard/includes/dashboard_layout_context.inc |
Assemble a human-readable label of this object. |
LayoutContext::USAGE_TYPE_ALL |
constant |
modules/layout/plugins/context/layout_context.inc |
All possible context types. |
LayoutMenuItem::resetContexts |
function |
modules/layout/includes/layout_menu_item.class.inc |
Reset the internally stored contexts. |
dashboard_layout_context_info |
function |
modules/dashboard/dashboard.module |
Implements hook_layout_context_info(). |
layout_context_add_form_cancel |
function |
modules/layout/layout.context.admin.inc |
Submit handler for the cancel button on layout_context_add_form(). |
LayoutContext::getAdminSummary |
function |
modules/layout/plugins/context/layout_context.inc |
Return a summary for this context. |
LayoutRelationship::getContext |
function |
modules/layout/plugins/relationships/layout_relationship.inc |
Get the context from this relationship. |
BackdropDiffFormatter::context |
function |
includes/diff.inc |
|
LayoutContext::USAGE_TYPE_MENU |
constant |
modules/layout/plugins/context/layout_context.inc |
Declares a LayoutContext to be provided based on a menu item or path. |
layout_context_add_form_submit |
function |
modules/layout/layout.context.admin.inc |
Submit handler for layout_context_add_form(). |
layout_context_required_by_path |
function |
modules/layout/layout.module |
Given a path with placeholders (%), determine the required contexts. |
EntityLayoutContext::formSubmit |
function |
modules/layout/plugins/context/entity_layout_context_handler.inc |
Submit handler for the settings form for this context item. |
EntityLayoutContext::__construct |
function |
modules/layout/plugins/context/entity_layout_context_handler.inc |
Constructor for LayoutContext objects. |
LayoutContext::USAGE_TYPE_SYSTEM |
constant |
modules/layout/plugins/context/layout_context.inc |
Declares a LayoutContext to be a system-wide context |
hook_menu_contextual_links_alter |
function |
modules/system/system.api.php |
Alter contextual links before they are rendered. |
layout_settings_form_context_add |
function |
modules/layout/layout.context.admin.inc |
Submit handler for layout_settings_form() that lets the user add a context
or relationship. |
layout_context_add_form_validate |
function |
modules/layout/layout.context.admin.inc |
Validation handler for layout_context_add_form(). |
hook_contextual_links_view_alter |
function |
modules/contextual/contextual.api.php |
Alter a contextual links element before it is rendered. |
ContextualDynamicContextTestCase |
class |
modules/contextual/tests/contextual.test |
Tests accessible links after inaccessible links on dynamic context. |
LayoutContext::USAGE_TYPE_CUSTOM |
constant |
modules/layout/plugins/context/layout_context.inc |
Declares a LayoutContext to be a manually specified custom context. |
LayoutOverridesPathContext::type |
function |
modules/layout/plugins/context/layout_context.inc |
Return the indicator for this context, i.e. "entity", "string". |
layout_settings_form_context_edit |
function |
modules/layout/layout.context.admin.inc |
Submit handler for layout_settings_form() that edits a context. |
LayoutOverridesPathContext::label |
function |
modules/layout/plugins/context/layout_context.inc |
Assemble a human-readable label of this object. |
layout_ajax_context_cancel_dialog |
function |
modules/layout/layout.context.admin.inc |
AJAX handler that cancels the context edit dialog. |
LayoutAccess::getRequiredContexts |
function |
modules/layout/plugins/access/layout_access.inc |
Get a list of all context plugin names required for this access check. |
EntityLayoutContext::$entity_type |
property |
modules/layout/plugins/context/entity_layout_context_handler.inc |
The entity type for this context. |
entity_layout_context_handler.inc |
file |
modules/layout/plugins/context/entity_layout_context_handler.inc |
Layout context handler for entities. |