function EntityDefinitionUpdateManager::needsUpdates

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php \Drupal\Core\Entity\EntityDefinitionUpdateManager::needsUpdates()

File

core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php, line 78

Class

EntityDefinitionUpdateManager
Manages entity definition updates.

Namespace

Drupal\Core\Entity

Code

public function needsUpdates() {
  return (bool) $this->getChangeList();
}

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