You are here

public function FormBuilderElementInterface::getSaveableProperties in Form Builder 7

Get a list of properties that are supported in any way by this element.

This returns a list of all supported properties within an element, even if some of those properties do not have an interface for editing or are only used internally by the module providing the form type this element is being saved in.

Return value

A non-indexed list of properties that may be saved for this element.

1 method overrides FormBuilderElementInterface::getSaveableProperties()
FormBuilderElementBase::getSaveableProperties in ./form_builder.classes.inc
Get a list of properties that are supported in any way by this element.

File

./form_builder.classes.inc, line 781

Class

FormBuilderElementInterface

Code

public function getSaveableProperties();