function EntityDefinitionUpdateManagerInterface::getChangeSummary
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface::getChangeSummary()
- 10 core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface::getChangeSummary()
- 11.x core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManagerInterface.php \Drupal\Core\Entity\EntityDefinitionUpdateManagerInterface::getChangeSummary()
Gets a human readable summary of the detected changes.
Return value
array An associative array keyed by entity type id. Each entry is an array of human-readable strings, each describing a change.
1 method overrides EntityDefinitionUpdateManagerInterface::getChangeSummary()
- EntityDefinitionUpdateManager::getChangeSummary in core/
lib/ Drupal/ Core/ Entity/ EntityDefinitionUpdateManager.php - Gets a human readable summary of the detected changes.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityDefinitionUpdateManagerInterface.php, line 81
Class
- EntityDefinitionUpdateManagerInterface
- Defines an interface for managing entity definition updates.
Namespace
Drupal\Core\EntityCode
public function getChangeSummary();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.