function EntityDefinitionUpdateManagerInterface::needsUpdates

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface::needsUpdates()
  2. 10 core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface::needsUpdates()
  3. 11.x core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface::needsUpdates()

Checks if there are any definition updates that need to be applied.

Return value

bool TRUE if updates are needed.

1 method overrides EntityDefinitionUpdateManagerInterface::needsUpdates()
EntityDefinitionUpdateManager::needsUpdates in core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
Checks if there are any definition updates that need to be applied.

File

core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php, line 72

Class

EntityDefinitionUpdateManagerInterface
Defines an interface for managing entity definition updates.

Namespace

Drupal\Core\Entity

Code

public function needsUpdates();

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