Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EntityDefinitionUpdateManagerInterface.php

function 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\Entity

Code

public function getChangeSummary();
RSS feed
Powered by Drupal