You are here

public function WebformOptionsStorageInterface::getUsedByCompositeElements in Webform 8.5

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

Get list of composite elements that use the specified webform options.

Parameters

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

Return value

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

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

File

src/WebformOptionsStorageInterface.php, line 46

Class

WebformOptionsStorageInterface
Provides an interface for Webform Options storage.

Namespace

Drupal\webform

Code

public function getUsedByCompositeElements(WebformOptionsInterface $webform_options);