You are here

public function UpdateUtilsInterface::getUpdateType in Scheduled Updates 8

Get the update type for an update.

Parameters

\Drupal\scheduled_updates\ScheduledUpdateInterface $update:

Return value

\Drupal\scheduled_updates\Entity\ScheduledUpdateType ;

1 method overrides UpdateUtilsInterface::getUpdateType()
UpdateUtils::getUpdateType in src/UpdateUtils.php
Get the update type for an update.

File

src/UpdateUtilsInterface.php, line 56

Class

UpdateUtilsInterface
Service to determine information about Scheduled Update Types

Namespace

Drupal\scheduled_updates

Code

public function getUpdateType(ScheduledUpdateInterface $update);