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

Breadcrumb

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

function 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();
RSS feed
Powered by Drupal