function PromoteNode::getFieldsToUpdate
Gets an array of values to be set.
Return value
array Array of values with field names as keys.
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.