You are here

class context_reaction_addcss_path in Context Add Assets 6

Same name and namespace in other branches
  1. 7 plugins/context_reaction_addcss_path.inc \context_reaction_addcss_path

Expose themes as context reactions.

Hierarchy

Expanded class hierarchy of context_reaction_addcss_path

2 string references to 'context_reaction_addcss_path'
context_addassets_context_plugins in ./context_addassets.module
Implements hook_context_plugins().
context_addassets_context_registry in ./context_addassets.module
Implements hook_context_registry().

File

plugins/context_reaction_addcss_path.inc, line 13
The Context reaction plugin to add Module CSS files

View source
class context_reaction_addcss_path extends context_reaction_addcss {
  function __construct($plugin, $info) {
    parent::__construct($plugin, $info);
    $this->search_scope = 'paths';
    $this->title = t('CSS from File Paths');
  }

}

Members

Namesort descending Modifiers Type Description Overrides
context_reaction_addassets_base::editor_form function Editor form.
context_reaction_addassets_base::editor_form_submit function Submit handler for editor form.
context_reaction_addassets_base::execute function Implementation of the built-in context plugin class execution
context_reaction_addassets_base::options_form function Prepare formatted form array showing grouped assets grouped by location and show as checkboxes
context_reaction_addassets_base::_context_addassets_search function * Scan active themes for js files. * *
context_reaction_addcss::$search_scope property Overrides context_reaction_addassets_base::$search_scope
context_reaction_addcss_path::__construct function Overrides context_reaction_addcss::__construct