public function UpdateUtilsInterface::supportsOwner in Scheduled Updates 8
Determines if the entity type being updated supports ownership.
Parameters
\Drupal\scheduled_updates\ScheduledUpdateTypeInterface $scheduledUpdateType:
Return value
bool
1 method overrides UpdateUtilsInterface::supportsOwner()
- UpdateUtils::supportsOwner in src/
UpdateUtils.php - Determines if the entity type being updated supports ownership.
File
- src/
UpdateUtilsInterface.php, line 94
Class
- UpdateUtilsInterface
- Service to determine information about Scheduled Update Types
Namespace
Drupal\scheduled_updatesCode
public function supportsOwner(ScheduledUpdateTypeInterface $scheduledUpdateType);