function supersized_context_condition::condition_values in Supersized 8
Same name and namespace in other branches
- 7 supersized_context/supersized_context_condition.inc \supersized_context_condition::condition_values()
Override condition_values().
File
- supersized_context/
supersized_context_condition.inc, line 14 - Condition class of supersized.
Class
- supersized_context_condition
- @file Condition class of supersized.
Code
function condition_values() {
return array(
1 => t('Active if no supersized assigned either in the node or by context.'),
);
}