Deprecated in Form Builder 7
Primary tabs
Name | Location | Type | Deprecation | Direct uses | Namespaced uses | Overrides | Use statements |
---|---|---|---|---|---|---|---|
FormBuilderFormInterface:: |
./ |
function | This is only here for backwards compatibility. It will be removed in 2.0. | ||||
FormBuilderFormInterface:: |
./ |
function | This is only here for backwards compatibility. It will be removed in 2.0. | ||||
FormBuilderFormInterface:: |
./ |
function | This is only here for backwards compatibility. It will be removed in 2.0. | ||||
form_builder_cache_load |
includes/ |
function | Use FormBuilderLoader::fromCache() instead. | ||||
form_builder_cache_save |
includes/ |
function | Use FormBuilderFormBase::save() instead. | ||||
form_builder_get_element |
includes/ |
function | Use FormBuilderFormInterface::getElement() instead. Will be removed in 2.0. | 1 | |||
form_builder_get_element_ids |
includes/ |
function | Use FormBuilderFormInterface::getElementIds() instead. | ||||
form_builder_get_element_types |
includes/ |
function | Use FormBuilderFormInterface::getElementTypes() instead. | ||||
form_builder_get_properties |
includes/ |
function | Deprecated since 1.8 and will be removed in 2.0. Use the Form / Element or Property classes instead of the info-arrays. | ||||
form_builder_load_form |
includes/ |
function | Use FormBuilderLoader::fromStorage() instead. | ||||
form_builder_save_form |
includes/ |
function | Use FormBuilderFormInterface::saveToStorage(). | ||||
form_builder_set_element |
includes/ |
function | Deprecated since 1.8 and will be removed in 2.0. Use the FormBuilderElement class instead of the info-arrays. | ||||
form_builder_unset_element |
includes/ |
function | Deprecated since 1.8 and will be removed in 2.0. Use the FormBuilderElement class instead of the info-arrays. |