function UnpublishAction::execute
Executes the plugin.
Overrides ExecutableInterface::execute
File
- 
              core/
lib/ Drupal/ Core/ Action/ Plugin/ Action/ UnpublishAction.php, line 23  
Class
- UnpublishAction
 - Unpublishes an entity.
 
Namespace
Drupal\Core\Action\Plugin\ActionCode
public function execute($entity = NULL) {
  $entity->setUnpublished()
    ->save();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.