You are here

public function EntityDefinitionUpdateManagerInterface::needsUpdates in Drupal 9

Same name and namespace in other branches
  1. 8 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();