function ComputedItemListTrait::applyDefaultValue

File

core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php, line 148

Class

ComputedItemListTrait
Provides common functionality for computed item lists.

Namespace

Drupal\Core\TypedData

Code

public function applyDefaultValue($notify = TRUE) {
  // Default values do not make sense for computed item lists. However, this
  // method can be overridden if needed.
  return $this;
}

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