You are here

public function ElementInterface::getProperties in Form Builder 7.2

Get a list of properties available for this element.

Return value

\Drupal\form_builder\PropertyInterface[] An associative array of properties keyed by the property name.

1 method overrides ElementInterface::getProperties()
ElementBase::getProperties in src/ElementBase.php
Get a list of properties available for this element.

File

src/ElementInterface.php, line 24

Class

ElementInterface

Namespace

Drupal\form_builder

Code

public function getProperties();