public function StopIssue::execute in Simplenews 8
Same name and namespace in other branches
- 8.2 src/Plugin/Action/StopIssue.php \Drupal\simplenews\Plugin\Action\StopIssue::execute()
- 3.x src/Plugin/Action/StopIssue.php \Drupal\simplenews\Plugin\Action\StopIssue::execute()
Executes the plugin.
Overrides ExecutableInterface::execute
File
- src/
Plugin/ Action/ StopIssue.php, line 42
Class
- StopIssue
- Stops a newsletter issue.
Namespace
Drupal\simplenews\Plugin\ActionCode
public function execute($node = NULL) {
$this
->executeMultiple(array(
$node,
));
}