You are here

public function ElementInterface::getSaveableProperties in Form Builder 7.2

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 ElementInterface::getSaveableProperties()
ElementBase::getSaveableProperties in src/ElementBase.php
Get a list of properties that are supported in any way by this element.

File

src/ElementInterface.php, line 37

Class

ElementInterface

Namespace

Drupal\form_builder

Code

public function getSaveableProperties();