30 string references to plugin.manager.yamlform.element in YAML Form 8
- YamlForm::getElementsSelectorOptions in src/
Entity/ YamlForm.php - Get form elements selectors as options.
- YamlForm::initElementsRecursive in src/
Entity/ YamlForm.php - Initialize form elements into a flatten array.
- YamlForm::invokeElements in src/
Entity/ YamlForm.php - Invoke elements method.
- YamlFormAdminSettingsForm::create in src/
Form/ YamlFormAdminSettingsForm.php - Instantiates a new instance of this class.
- YamlFormElementBase::create in src/
YamlFormElementBase.php - Creates an instance of the plugin.
- YamlFormEntityElementsValidator::validateHierarchy in src/
YamlFormEntityElementsValidator.php - Validate element hierarchy.
- YamlFormEntityForm::create in src/
YamlFormEntityForm.php - Instantiates a new instance of this class.
- YamlFormExcludedBase::getYamlFormExcludedOptions in src/
Element/ YamlFormExcludedBase.php - Get options for excluded tableselect element.
- YamlFormExporterBase::create in src/
YamlFormExporterBase.php - Creates an instance of the plugin.
- YamlFormPluginElementController::create in src/
Controller/ YamlFormPluginElementController.php - Instantiates a new instance of this class.
- YamlFormSubmissionForm::create in src/
YamlFormSubmissionForm.php - Instantiates a new instance of this class.
- YamlFormSubmissionListBuilder::__construct in src/
YamlFormSubmissionListBuilder.php - Constructs a new EntityListBuilder object.
- YamlFormSubmissionStorage::getColumns in src/
YamlFormSubmissionStorage.php - Get submission columns used to display results table.
- YamlFormSubmissionViewBuilder::createInstance in src/
YamlFormSubmissionViewBuilder.php - Instantiates a new instance of this entity handler.
- YamlFormUiElementDeleteForm::buildForm in modules/
yamlform_ui/ src/ Form/ YamlFormUiElementDeleteForm.php - Form constructor.
- YamlFormUiElementFormBase::create in modules/
yamlform_ui/ src/ Form/ YamlFormUiElementFormBase.php - Instantiates a new instance of this class.
- YamlFormUiElementTypeFormBase::create in modules/
yamlform_ui/ src/ Form/ YamlFormUiElementTypeFormBase.php - Instantiates a new instance of this class.
- yamlform_test_elements_states_issues_markdown in tests/
modules/ yamlform_test/ includes/ yamlform_test.test_form_states.inc - Get #states API issues as Markdown.
- yamlform_test_example_elements in tests/
modules/ yamlform_test/ includes/ yamlform_test.example_elements.inc - Generate examples of all elements.
- yamlform_test_example_elements_composite in tests/
modules/ yamlform_test/ includes/ yamlform_test.example_elements_composite.inc - Generate examples of all composite elements.
- yamlform_test_test_element_flexbox in tests/
modules/ yamlform_test/ includes/ yamlform_test.test_element_flexbox.inc - Generate test elements with Flexbox wrappers.
- yamlform_theme_suggestions_alter in ./
yamlform.module - Implements hook_theme_suggestions_alter().
- yamlform_tokens in ./
yamlform.tokens.inc - Implements hook_tokens().
- yamlform_update_8003 in includes/
yamlform.update.inc - Issue #2705859 Allow form elements to define custom display formats. Add emptu formats to yamlform.settings.yml.
- yamlform_update_8053 in includes/
yamlform.update.inc - Issue #2806263: Add property column to submission data table. Fix 'yamlform_submission_data' records.
- yamlform_update_8057 in includes/
yamlform.update.inc - Issue #2817535: Drupal file upload by anonymous or untrusted users into public file systems -- PSA-2016-003.
- yamlform_update_8062 in includes/
yamlform.update.inc - Issue #2820844: Change yamlform.setting.element.types to yamlform.setting.element.excluded.types.
- yamlform_update_8067 in includes/
yamlform.update.inc - Issue #2825410: Allow forms labels to be translatable.
- _yamlform_test_form_states in tests/
modules/ yamlform_test/ includes/ yamlform_test.test_form_states.inc - Generates a render array of example elements.
- _yamlform_test_get_example_element in tests/
modules/ yamlform_test/ yamlform_test.module - Generate an example of a specified element type.