public function IsotopeReaction::execute in Brainstorm profile 7
Display a message to the user.
File
- modules/
custom/ views_isotope/ plugins/ context/ views_isotope_reaction.inc, line 56 - Contains the isotope_reaction subclass.
Class
- IsotopeReaction
- Expose isotope configurations as context reactions.
Code
public function execute() {
foreach ($this
->get_contexts() as $k => $v) {
if (!empty($v->reactions[$this->plugin]['config'])) {
return $v->reactions[$this->plugin]['config'];
}
}
}