10 calls to Loader::instance() in Form Builder 7.2
- AdminTest::testChangingGroupsInElement in tests/
AdminTest.php - Test: Elements can change the tabs displayed on their configure form.
- ExamplesTest::testOptionsConfiguration in examples/
tests/ ExamplesTest.php - FormBaseTest::testSaveAndLoad in tests/
FormBaseTest.php - @cover \Drupal\form_builder\Loader::fromCache @cover \Drupal\form_builder\FormBase::load @cover \Drupal\form_builder\FormBase::save
- FormBaseTest::test_form_builder_add_element in tests/
FormBaseTest.php - Integration test _form_builder_add_element().
- FormBaseTest::test_render_fieldset in tests/
FormBaseTest.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.