You are here

public function WebformElementManagerInterface::getAllProperties in Webform 6.x

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

Get all properties for all elements.

Return value

array An array of all properties.

1 method overrides WebformElementManagerInterface::getAllProperties()
WebformElementManager::getAllProperties in src/Plugin/WebformElementManager.php
Get all properties for all elements.

File

src/Plugin/WebformElementManagerInterface.php, line 158

Class

WebformElementManagerInterface
Collects available webform elements.

Namespace

Drupal\webform\Plugin

Code

public function getAllProperties();