You are here

public function UpdateUtilsInterface::supportsRevisionOwner in Scheduled Updates 8

Determines if entity type being updated supports Revision Ownership.

Parameters

\Drupal\scheduled_updates\ScheduledUpdateTypeInterface $scheduledUpdateType:

Return value

bool

1 method overrides UpdateUtilsInterface::supportsRevisionOwner()
UpdateUtils::supportsRevisionOwner in src/UpdateUtils.php
Determines if entity type being updated supports Revision Ownership.

File

src/UpdateUtilsInterface.php, line 85

Class

UpdateUtilsInterface
Service to determine information about Scheduled Update Types

Namespace

Drupal\scheduled_updates

Code

public function supportsRevisionOwner(ScheduledUpdateTypeInterface $scheduledUpdateType);