function ConfigEntityAdapter::applyDefaultValue

Overrides EntityAdapter::applyDefaultValue

File

core/lib/Drupal/Core/Entity/Plugin/DataType/ConfigEntityAdapter.php, line 131

Class

ConfigEntityAdapter
Enhances EntityAdapter for config entities.

Namespace

Drupal\Core\Entity\Plugin\DataType

Code

public function applyDefaultValue($notify = TRUE) {
  // @todo Figure out what to do for this method, see
  //   https://www.drupal.org/project/drupal/issues/2945635.
  throw new \BadMethodCallException('Method not supported');
}

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