You are here

public function WebformOptionsCustomStorageInterface::getUsedByWebforms in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_options_custom/src/WebformOptionsCustomStorageInterface.php \Drupal\webform_options_custom\WebformOptionsCustomStorageInterface::getUsedByWebforms()

Get list of webform that use the specified webform custom options.

Parameters

\Drupal\webform_options_custom\WebformOptionsCustomInterface $webform_options_custom: A webform options custom entity.

Return value

array A list of webform that use the specified webform custom options

1 method overrides WebformOptionsCustomStorageInterface::getUsedByWebforms()
WebformOptionsCustomStorage::getUsedByWebforms in modules/webform_options_custom/src/WebformOptionsCustomStorage.php
Get list of webform that use the specified webform custom options.

File

modules/webform_options_custom/src/WebformOptionsCustomStorageInterface.php, line 38

Class

WebformOptionsCustomStorageInterface
Provides an interface for webform options custom storage.

Namespace

Drupal\webform_options_custom

Code

public function getUsedByWebforms(WebformOptionsCustomInterface $webform_options_custom);