You are here

protected static property ModuleBuilderComponentFormBase::$componentDataInfo in Module Builder 7.2

The complete data property info array for modules.

This needs to be static because as an object property, it breaks the serialization of the form object due to the closures it contains.

Type: array

File

includes/module_builder.form.inc, line 20

Class

ModuleBuilderComponentFormBase
Backport of ComponentFormBase from 8.x-3.x version.

Code

protected static $componentDataInfo = [];