10 calls to FormBuilderLoader::instance() in Form Builder 7
- FormBuilderAdminTest::testChangingGroupsInElement in tests/
FormBuilderAdminTest.php - Test: Elements can change the tabs displayed on their configure form.
- FormBuilderExamplesTest::testOptionsConfiguration in examples/
tests/ FormBuilderExamplesTest.php - FormBuilderFormBaseTest::testSaveAndLoad in tests/
FormBuilderFormBaseTest.php - @cover FormBuilderLoader::fromCache @cover FormBuilderFormBase::load @cover FormBuilderFormBase::save
- FormBuilderFormBaseTest::test_form_builder_add_element in tests/
FormBuilderFormBaseTest.php - Integration test _form_builder_add_element().
- FormBuilderFormBaseTest::test_render_fieldset in tests/
FormBuilderFormBaseTest.php - Integration test: Render textfield inside fieldset.
- form_builder_cache_difference in includes/
form_builder.cache.inc - Compare the cached form with the original and return all changed elements.
- form_builder_field_palette in includes/
form_builder.admin.inc - Render the palette of fields to add to a form.
- form_builder_field_render in includes/
form_builder.admin.inc - Render a single field independent of other settings.
- form_builder_interface in includes/
form_builder.admin.inc - Main form building interface. Can be used as a menu callback.
- _form_builder_add_element in includes/
form_builder.admin.inc - Menu callback helper for adding or cloning a field.