You are here

public function WebformElementManagerInterface::getInstances in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformElementManagerInterface.php \Drupal\webform\Plugin\WebformElementManagerInterface::getInstances()

Get all available webform element plugin instances.

Return value

\Drupal\webform\Plugin\WebformElementInterface[] An array of all available webform element plugin instances.

1 method overrides WebformElementManagerInterface::getInstances()
WebformElementManager::getInstances in src/Plugin/WebformElementManager.php
Get all available webform element plugin instances.

File

src/Plugin/WebformElementManagerInterface.php, line 23

Class

WebformElementManagerInterface
Collects available webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getInstances();