Executes the plugin.
Overrides ExecutableInterface::execute
public function execute($entity = NULL) { $entity->status = NODE_PUBLISHED; $entity->sticky = NODE_STICKY; $entity ->save(); }