LayoutContext |
class |
modules/layout/plugins/context/layout_context.inc |
@file
Class that holds information relating to a layouts context. |
contextual.css |
file |
modules/contextual/css/contextual.css |
Stylesheet for the Contextual module. |
contextual.test |
file |
modules/contextual/tests/contextual.test |
Tests for contextual.module. |
contextual.info |
file |
modules/contextual/contextual.info |
type = module
name = Contextual Links
description = Provides contextual links to perform actions related to elements on a page.
package = User Interface
tags[] = Administration
tags[] = Site Navigation
version = BACKDROP_VERSION
backdrop = 1.x |
Config::$context |
property |
includes/config.inc |
The configuration context used for this configuration object. |
Layout::$contexts |
property |
modules/layout/includes/layout.class.inc |
An array of LayoutContext instances used by this menu item. |
MENU_CONTEXT_NONE |
constant |
includes/menu.inc |
Internal menu flag: Invisible local task. |
contextual.module |
file |
modules/contextual/contextual.module |
Adds contextual links to perform actions related to elements on a page. |
MENU_CONTEXT_PAGE |
constant |
includes/menu.inc |
Internal menu flag: Local task should be displayed in page context. |
LayoutContext::isA |
function |
modules/layout/plugins/context/layout_context.inc |
Check if this context matches a plugin name. |
Block::setContexts |
function |
modules/layout/includes/block.class.inc |
Set the contexts for this block. |
contextual.api.php |
file |
modules/contextual/contextual.api.php |
Hooks provided by Contextual module. |
Menu context types |
group |
includes/menu.inc |
Flags for use in the "context" attribute of menu router items. |
contextual_install |
function |
modules/contextual/contextual.install |
Implements hook_install(). |
contextual.install |
file |
modules/contextual/contextual.install |
Install, update and uninstall functions for the contextual links module. |
layout_context.inc |
file |
modules/layout/plugins/context/layout_context.inc |
Class that holds information relating to a layouts context. |
LayoutContext::form |
function |
modules/layout/plugins/context/layout_context.inc |
Settings form for configuring this context item. |
Layout::hasContexts |
function |
modules/layout/includes/layout.class.inc |
Check if the layout has a context of a particular name. |
LayoutStringContext |
class |
modules/layout/plugins/context/layout_context.inc |
Pass-through context used when an unknown argument is encountered. |
EntityLayoutContext |
class |
modules/layout/plugins/context/entity_layout_context_handler.inc |
@file
Layout context handler for entities. |
Layout::getContexts |
function |
modules/layout/includes/layout.class.inc |
Return all contexts (from both the layout and menu item) for this Layout. |
LayoutContextBroken |
class |
modules/layout/plugins/context/layout_context.inc |
A class to be used for contexts whose handler cannot be found. |
Layout::setContexts |
function |
modules/layout/includes/layout.class.inc |
Set the internally stored contexts. |
MENU_CONTEXT_INLINE |
constant |
includes/menu.inc |
Internal menu flag: Local task should be displayed inline. |
LayoutContext::type |
function |
modules/layout/plugins/context/layout_context.inc |
Return the indicator for this context, i.e. "entity", "string". |
LayoutContext::label |
function |
modules/layout/plugins/context/layout_context.inc |
Assemble a human-readable label of this object. |
contextual_preprocess |
function |
modules/contextual/contextual.module |
Implements hook_preprocess(). |
contextual_permission |
function |
modules/contextual/contextual.module |
Implements hook_permission(). |
contextual.tests.info |
file |
modules/contextual/tests/contextual.tests.info |
[ContextualDynamicContextTestCase]
name = Contextual links on node lists
description = Tests if contextual links are showing on the home page depending on permissions.
group = Contextual
file = contextual.test |
Layout::clearContexts |
function |
modules/layout/includes/layout.class.inc |
Clear a stored context. |
layout_create_context |
function |
modules/layout/layout.module |
Helper function to create a Layout Context. |
menu_contextual_links |
function |
includes/menu.inc |
Retrieves contextual links for a path based on registered local tasks. |
Layout::resetContexts |
function |
modules/layout/includes/layout.class.inc |
Reset the internally stored contexts. |
LayoutContext::setData |
function |
modules/layout/plugins/context/layout_context.inc |
Set the data for this context. |
DiffFormatter::context |
function |
includes/diff.inc |
|
DashboardLayoutContext |
class |
modules/dashboard/includes/dashboard_layout_context.inc |
@file
Layout context handler for entities. |
contextual_update_1000 |
function |
modules/contextual/contextual.install |
Increases weight of contextual module so it runs after most other modules. |
layout_context_add_form |
function |
modules/layout/layout.context.admin.inc |
Form callback; Displays form for adding new contexts to a layout. |
contextual_library_info |
function |
modules/contextual/contextual.module |
Implements hook_library_info(). |
layout_get_context_info |
function |
modules/layout/layout.module |
Load all layout context information from modules. |
contextual_element_info |
function |
modules/contextual/contextual.module |
Implements hook_element_info(). |
node_layout_context_info |
function |
modules/node/node.module |
Implements hook_layout_context_info(). |
layout.context.admin.inc |
file |
modules/layout/layout.context.admin.inc |
Administrative functions for custom layout contexts. |
hook_layout_context_info |
function |
modules/layout/layout.api.php |
Provides a list of all "contexts" available to Layout module. |
user_layout_context_info |
function |
modules/user/user.module |
Implements hook_layout_context_info(). |
LOCALE_JS_OBJECT_CONTEXT |
constant |
includes/locale.inc |
Regular expression to match an object containing a key 'context'. |
layout_context_ajax_style |
function |
modules/layout/layout.context.admin.inc |
AJAX callback to update the context or relationship settings. |
LayoutMenuItem::$contexts |
property |
modules/layout/includes/layout_menu_item.class.inc |
An array of LayoutContext instances used by this menu item. |
EntityLayoutContext::type |
function |
modules/layout/plugins/context/entity_layout_context_handler.inc |
Return the indicator for this context, i.e. "entity", "string". |
LayoutContext::formSubmit |
function |
modules/layout/plugins/context/layout_context.inc |
Submit handler for the settings form for this context item. |