You are here

public function UpdateUtilsInterface::isRevisionableUpdate in Scheduled Updates 8

Determines if an update supports revisions

Parameters

\Drupal\scheduled_updates\ScheduledUpdateInterface $update:

Return value

bool

1 method overrides UpdateUtilsInterface::isRevisionableUpdate()
UpdateUtils::isRevisionableUpdate in src/UpdateUtils.php
Determines if an update supports revisions

File

src/UpdateUtilsInterface.php, line 47

Class

UpdateUtilsInterface
Service to determine information about Scheduled Update Types

Namespace

Drupal\scheduled_updates

Code

public function isRevisionableUpdate(ScheduledUpdateInterface $update);