function DemoteNode::getFieldsToUpdate

Same name and namespace in other branches
  1. 9 core/modules/node/src/Plugin/Action/DemoteNode.php \Drupal\node\Plugin\Action\DemoteNode::getFieldsToUpdate()
  2. 8.9.x core/modules/node/src/Plugin/Action/DemoteNode.php \Drupal\node\Plugin\Action\DemoteNode::getFieldsToUpdate()
  3. 10 core/modules/node/src/Plugin/Action/DemoteNode.php \Drupal\node\Plugin\Action\DemoteNode::getFieldsToUpdate()

Overrides FieldUpdateActionBase::getFieldsToUpdate

File

core/modules/node/src/Plugin/Action/DemoteNode.php, line 23

Class

DemoteNode
Demotes a node.

Namespace

Drupal\node\Plugin\Action

Code

protected function getFieldsToUpdate() {
    return [
        'promote' => NodeInterface::NOT_PROMOTED,
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.