function PromoteNode::getFieldsToUpdate
Same name in other branches
- 9 core/modules/node/src/Plugin/Action/PromoteNode.php \Drupal\node\Plugin\Action\PromoteNode::getFieldsToUpdate()
- 8.9.x core/modules/node/src/Plugin/Action/PromoteNode.php \Drupal\node\Plugin\Action\PromoteNode::getFieldsToUpdate()
- 10 core/modules/node/src/Plugin/Action/PromoteNode.php \Drupal\node\Plugin\Action\PromoteNode::getFieldsToUpdate()
Overrides FieldUpdateActionBase::getFieldsToUpdate
File
-
core/
modules/ node/ src/ Plugin/ Action/ PromoteNode.php, line 23
Class
- PromoteNode
- Promotes a node.
Namespace
Drupal\node\Plugin\ActionCode
protected function getFieldsToUpdate() {
return [
'promote' => NodeInterface::PROMOTED,
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.