class delta_injection_theme_settings in Delta 7.3
Hierarchy
- class \delta_injection
Expanded class hierarchy of delta_injection_theme_settings
1 string reference to 'delta_injection_theme_settings'
- delta_delta_plugins in ./
delta.module - Implements hook_delta_plugins().
File
- plugins/
delta/ delta_injection_theme_settings.inc, line 3
View source
class delta_injection_theme_settings extends delta_injection {
/**
* @todo
*/
function variables() {
return array(
'theme_' . $this->delta->theme . '_settings',
);
}
/**
* @todo
*/
function inject() {
$cache =& drupal_static('theme_get_setting');
$cache[$this->delta->theme] = NULL;
parent::inject();
}
/**
* @todo
*/
function revoke() {
$cache =& drupal_static('theme_get_setting');
$cache[$this->delta->theme] = NULL;
parent::revoke();
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
delta_injection:: |
property | |||
delta_injection:: |
property | |||
delta_injection:: |
property | |||
delta_injection:: |
property | |||
delta_injection:: |
function | @todo | ||
delta_injection:: |
function | @todo | ||
delta_injection:: |
function | @todo | 1 | |
delta_injection:: |
function | @todo | 1 | |
delta_injection:: |
function | @todo | 1 | |
delta_injection:: |
function | @todo | ||
delta_injection:: |
function | Constructor. Do not override. | ||
delta_injection_theme_settings:: |
function |
@todo Overrides delta_injection:: |
||
delta_injection_theme_settings:: |
function |
@todo Overrides delta_injection:: |
||
delta_injection_theme_settings:: |
function |
@todo Overrides delta_injection:: |