function EntityDefinitionUpdateManagerInterface::needsUpdates
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface::needsUpdates()
- 10 core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface::needsUpdates()
- 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\EntityCode
public function needsUpdates();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.