You are here

public function WebformOptionsStorageInterface::getUsedByWebforms in Webform 8.5

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

Get list of webform that use the specified webform options.

Parameters

\Drupal\webform\WebformOptionsInterface $webform_options: A webform options entity.

Return value

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

1 method overrides WebformOptionsStorageInterface::getUsedByWebforms()
WebformOptionsStorage::getUsedByWebforms in src/WebformOptionsStorage.php
Get list of webform that use the specified webform options.

File

src/WebformOptionsStorageInterface.php, line 57

Class

WebformOptionsStorageInterface
Provides an interface for Webform Options storage.

Namespace

Drupal\webform

Code

public function getUsedByWebforms(WebformOptionsInterface $webform_options);