function FieldUpdateActionBase::getFieldsToUpdate

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Field/FieldUpdateActionBase.php \Drupal\Core\Field\FieldUpdateActionBase::getFieldsToUpdate()

Gets an array of values to be set.

Return value

array Array of values with field names as keys.

File

core/lib/Drupal/Core/Field/FieldUpdateActionBase.php, line 36

Class

FieldUpdateActionBase
Provides a base for action plugins that update one or more fields.

Namespace

Drupal\Core\Field

Code

abstract protected function getFieldsToUpdate();

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