public function EntityDefinitionUpdateManagerInterface::needsUpdates in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 76 - Contains \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface.
Class
- EntityDefinitionUpdateManagerInterface
- Defines an interface for managing entity definition updates.
Namespace
Drupal\Core\EntityCode
public function needsUpdates();