public function isotope_reaction::execute in Views Isotope (Deprecated) 7.2
Display a message to the user.
File
- plugins/
context/ views_isotope_reaction.inc, line 54 - Contains the isotope_reaction subclass.
Class
- isotope_reaction
- 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'];
}
}
}