You are here

protected property FormComponentTypeBase::$components in Flexiform 8

A list of components that have been constructed.

Type: \Drupal\flexiform\FormComponent\FormComponentInterface[]

File

src/FormComponent/FormComponentTypeBase.php, line 36

Class

FormComponentTypeBase
Base class for form component types.

Namespace

Drupal\flexiform\FormComponent

Code

protected $components = [];