Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PublishAction.php

function PublishAction::execute

Overrides ExecutableInterface::execute

File

core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php, line 23

Class

PublishAction
Publishes an entity.

Namespace

Drupal\Core\Action\Plugin\Action

Code

public function execute($entity = NULL) {
    $entity->setPublished()
        ->save();
}
RSS feed
Powered by Drupal