public function Theme::execute in Context 8
Same name and namespace in other branches
- 8.4 src/Plugin/ContextReaction/Theme.php \Drupal\context\Plugin\ContextReaction\Theme::execute()
Executes the plugin.
Overrides ExecutableInterface::execute
File
- src/
Plugin/ ContextReaction/ Theme.php, line 69
Class
- Theme
- Provides a content reaction that will let you change theme.
Namespace
Drupal\context\Plugin\ContextReactionCode
public function execute() {
// TODO: Implement execute() method.
}