You are here

public function UpdateUtilsInterface::bundleOptions in Scheduled Updates 8

Create select element bundle options for entity type.

Parameters

$entity_type:

Return value

array

1 method overrides UpdateUtilsInterface::bundleOptions()
UpdateUtils::bundleOptions in src/UpdateUtils.php
Create select element bundle options for entity type.

File

src/UpdateUtilsInterface.php, line 141

Class

UpdateUtilsInterface
Service to determine information about Scheduled Update Types

Namespace

Drupal\scheduled_updates

Code

public function bundleOptions($entity_type);