You are here

public function UpdateUtilsInterface::supportsRevisionBundleDefault in Scheduled Updates 8

Determine if the entity type being update support default revision setting.

For now only nodes are supported.

Parameters

\Drupal\scheduled_updates\ScheduledUpdateTypeInterface $scheduledUpdateType:

Return value

bool

Throws

\Drupal\Component\Plugin\Exception\PluginNotFoundException

1 method overrides UpdateUtilsInterface::supportsRevisionBundleDefault()
UpdateUtils::supportsRevisionBundleDefault in src/UpdateUtils.php
Determine if the entity type being update support default revision setting.

File

src/UpdateUtilsInterface.php, line 38

Class

UpdateUtilsInterface
Service to determine information about Scheduled Update Types

Namespace

Drupal\scheduled_updates

Code

public function supportsRevisionBundleDefault(ScheduledUpdateTypeInterface $scheduledUpdateType);