72 string references to plugin.manager.webform.element in Webform 6.x
- captcha_webform_submission_form_alter in third_party_settings/
webform.captcha.inc - Implements hook_webform_submission_form_alter().
- EmailWebformHandler::create in src/
Plugin/ WebformHandler/ EmailWebformHandler.php - IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…
- EntityAutocomplete::validateEntityAutocomplete in src/
Plugin/ WebformElement/ EntityAutocomplete.php - Form API callback. Remove target id property and create an array of entity ids.
- OptionsLimitWebformHandler::create in modules/
webform_options_limit/ src/ Plugin/ WebformHandler/ OptionsLimitWebformHandler.php - IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…
- RemotePostWebformHandler::create in src/
Plugin/ WebformHandler/ RemotePostWebformHandler.php - IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…
- Webform::buildPages in src/
Entity/ Webform.php - Build and cache a webform's wizard pages based on the current operation.
- Webform::checkElementsFlattenedAccess in src/
Entity/ Webform.php - Check operation access for each element.
- Webform::getElementsSelectorOptions in src/
Entity/ Webform.php - Get webform element's selectors as options.
- Webform::getElementsSelectorSourceValues in src/
Entity/ Webform.php - Get webform element options as autocomplete source values.
- Webform::initElementsRecursive in src/
Entity/ Webform.php - Initialize webform elements into a flatten array.
- Webform::invokeElements in src/
Entity/ Webform.php - Invoke elements method.
- Webform::postSave in src/
Entity/ Webform.php - Acts on a saved entity before the insert or update hook is invoked.
- WebformAccessGroupForm::create in modules/
webform_access/ src/ WebformAccessGroupForm.php - Instantiates a new instance of this class.
- WebformAdminConfigElementsForm::create in src/
Form/ AdminConfig/ WebformAdminConfigElementsForm.php - Instantiates a new instance of this class.
- WebformAttachmentController::create in modules/
webform_attachment/ src/ Controller/ WebformAttachmentController.php - Instantiates a new instance of this class.
- WebformCompositeBase::initializeCompositeElementsRecursive in src/
Element/ WebformCompositeBase.php - Initialize a composite's elements recursively.
- WebformCompositeBase::isSupportedElementType in src/
Plugin/ WebformElement/ WebformCompositeBase.php - Determine if element type is supported by custom composite elements.
- WebformCompositeBase::processWebformCompositeElementsRecursive in src/
Element/ WebformCompositeBase.php - Recursively processes a composite's elements.
- WebformCompositeBase::valueCallback in src/
Element/ WebformCompositeBase.php - Determines how user input is mapped to an element's #value property.
- WebformCompositeFormElementTrait::preRenderWebformCompositeFormElement in src/
Element/ WebformCompositeFormElementTrait.php - Adds form element theming to an element if its title or description is set.
- WebformDevelEntityFormApiBaseForm::create in modules/
webform_devel/ src/ Form/ WebformDevelEntityFormApiBaseForm.php - Instantiates a new instance of this class.
- WebformElementAddressTest::testAddress in tests/
src/ Functional/ Element/ WebformElementAddressTest.php - Tests address element.
- WebformElementBase::create in src/
Plugin/ WebformElementBase.php - Creates an instance of the plugin.
- WebformElementBase::validateUnique in src/
Plugin/ WebformElementBase.php - Form API callback. Validate element #unique value.
- WebformElementComposite::processWebformElementComposite in src/
Element/ WebformElementComposite.php - Processes a webform element composite (builder) element.
- WebformElementComposite::validateWebformElementComposite in src/
Element/ WebformElementComposite.php - Validates a webform element composite (builder) element.
- WebformElementHelper::process in src/
Utility/ WebformElementHelper.php - Process a form element and apply webform element specific enhancements.
- WebformElementPluginDefinitionsTest::getActualElementDefinitions in tests/
src/ Functional/ Element/ WebformElementPluginDefinitionsTest.php - Get actual element definitions.
- WebformElementPluginPropertiesTest::getActualElementDefaultProperties in tests/
src/ Functional/ Element/ WebformElementPluginPropertiesTest.php - Get actual element default properties.
- WebformEmailConfirm::processWebformEmailConfirm in src/
Element/ WebformEmailConfirm.php - Expand an email confirm field into two HTML5 email elements.
- WebformEntityElementsForm::create in src/
WebformEntityElementsForm.php - Instantiates a new instance of this class.
- WebformEntityReferenceWidgetTrait::create in src/
Plugin/ Field/ FieldWidget/ WebformEntityReferenceWidgetTrait.php - WebformEntityVariantsForm::create in src/
WebformEntityVariantsForm.php - Instantiates a new instance of this class.
- WebformExampleCustomFormSettingsForm::create in modules/
webform_example_custom_form/ src/ Form/ WebformExampleCustomFormSettingsForm.php - Instantiates a new instance of this class.
- WebformExcludedElements::getWebformExcludedOptions in src/
Element/ WebformExcludedElements.php - Get options for excluded tableselect element.
- WebformExporterBase::create in src/
Plugin/ WebformExporterBase.php - Creates an instance of the plugin.
- WebformHeight::processWebformHeight in src/
Element/ WebformHeight.php - Display feet and inches for height element.
- WebformManagedFileBase::processManagedFile in src/
Plugin/ WebformElement/ WebformManagedFileBase.php - Process callback for managed file elements.
- WebformMultiple::initializeElementRecursive in src/
Element/ WebformMultiple.php - Initialize, prepare, and finalize composite sub-elements recursively.
- WebformMultiple::setElementDefaultValue in src/
Element/ WebformMultiple.php - Set element row default value recursively.
- WebformOptionsCustom::postSave in modules/
webform_options_custom/ src/ Entity/ WebformOptionsCustom.php - Acts on a saved entity before the insert or update hook is invoked.
- WebformOptionsCustom::processWebformOptionsCustom in modules/
webform_options_custom/ src/ Element/ WebformOptionsCustom.php - Processes an 'other' element.
- WebformOptionsStorage::createInstance in src/
WebformOptionsStorage.php - Instantiates a new instance of this entity handler.
- WebformOtherBase::processWebformOther in src/
Element/ WebformOtherBase.php - Processes an 'other' element.
- WebformPluginElementController::create in src/
Controller/ WebformPluginElementController.php - Instantiates a new instance of this class.
- WebformSame::validateDestination in src/
Plugin/ WebformElement/ WebformSame.php - Form API callback. Validate webform same as destination.
- WebformSubmission::getData in src/
Entity/ WebformSubmission.php - Gets the webform submission's data with computed valued.
- WebformSubmissionForm::create in src/
WebformSubmissionForm.php - Instantiates a new instance of this class.
- WebformSubmissionListBuilder::createInstance in src/
WebformSubmissionListBuilder.php - Instantiates a new instance of this entity handler.
- WebformSubmissionStorage::createInstance in src/
WebformSubmissionStorage.php - Instantiates a new instance of this entity handler.
- WebformSubmissionViewBuilder::createInstance in src/
WebformSubmissionViewBuilder.php - Instantiates a new instance of this entity handler.
- WebformTestEditorialController::create in tests/
modules/ webform_test_editorial/ src/ Controller/ WebformTestEditorialController.php - Instantiates a new instance of this class.
- WebformUiAccess::checkWebformElementAccess in modules/
webform_ui/ src/ Access/ WebformUiAccess.php - Check that webform element type can be added by a user.
- WebformUiElementDeleteForm::create in modules/
webform_ui/ src/ Form/ WebformUiElementDeleteForm.php - Instantiates a new instance of this class.
- WebformUiElementFormBase::create in modules/
webform_ui/ src/ Form/ WebformUiElementFormBase.php - Instantiates a new instance of this class.
- WebformUiElementTypeFormBase::create in modules/
webform_ui/ src/ Form/ WebformUiElementTypeFormBase.php - Instantiates a new instance of this class.
- WebformUiEntityElementsForm::create in modules/
webform_ui/ src/ WebformUiEntityElementsForm.php - Instantiates a new instance of this class.
- webform_test_elements_states_issues_markdown in tests/
modules/ webform_test/ includes/ webform_test.test_states.inc - Get #states API issues as Markdown.
- webform_test_test_element_description_tooltip in tests/
modules/ webform_test/ includes/ webform_test.test_element_description_tooltip.inc - Generate test element description tooltip.
- webform_test_test_element_disabled in tests/
modules/ webform_test/ includes/ webform_test.test_element_disabled.inc - Generate test elements with #disabled set to TRUE.
- webform_test_test_element_flexbox in tests/
modules/ webform_test/ includes/ webform_test.test_element_flexbox.inc - Generate test elements with Flexbox wrappers.
- webform_test_test_element_format in tests/
modules/ webform_test/ includes/ webform_test.test_element_format.inc - Generate test element formats.
- webform_test_test_element_help_display in tests/
modules/ webform_test/ includes/ webform_test.test_element_help_display.inc - Generate test elements help displays.
- webform_test_test_element_title_display in tests/
modules/ webform_test/ includes/ webform_test.test_element_title_display.inc - Generate test elements title displays.
- webform_test_test_example_elements in tests/
modules/ webform_test/ includes/ webform_test.test_example_elements.inc - Generate examples of all elements.
- webform_test_test_example_elements_composite in tests/
modules/ webform_test/ includes/ webform_test.test_example_elements_composite.inc - Generate examples of all composite elements.
- webform_tokens in ./
webform.tokens.inc - Implements hook_tokens().
- webform_update_8186 in includes/
webform.install.update.inc - Issue #3108150: Save numeric properties as numbers instead of strings.
- _webform_test_get_element_preview in tests/
modules/ webform_test/ webform_test.module - Get a preview/example element for a specified element type.
- _webform_test_states in tests/
modules/ webform_test/ includes/ webform_test.test_states.inc - Generates a render array of example elements.
- _webform_update_8011 in includes/
webform.install.update.inc - Move $element['#format'] to $element['#format_items'].
- _webform_update_8014 in includes/
webform.install.update.inc - Add 'webform_' prefix to #type.