21 calls to Element::create() in Express 8
- ActionsDropbutton::processElement in themes/
contrib/ bootstrap/ src/ Plugin/ Process/ ActionsDropbutton.php - Process a specific form element.
- BootstrapDropdown::preprocessLinks in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ BootstrapDropdown.php - Preprocess links in the variables array to convert them from dropbuttons.
- BootstrapDropdown::preprocessVariables in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ BootstrapDropdown.php - Preprocess the variables array.
- Element::createStandalone in themes/
contrib/ bootstrap/ src/ Utility/ Element.php - Creates a new standalone \Drupal\bootstrap\Utility\Element instance.
- FormBase::alterForm in themes/
contrib/ bootstrap/ src/ Plugin/ Form/ FormBase.php - The alter method to store the code.
- FormBase::submitForm in themes/
contrib/ bootstrap/ src/ Plugin/ Form/ FormBase.php - Form submission handler.
- FormBase::validateForm in themes/
contrib/ bootstrap/ src/ Plugin/ Form/ FormBase.php - Form validation handler.
- FormElement::preprocessElement in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ FormElement.php - Preprocess the variables array if an element is present.
- Links::preprocessVariables in themes/
contrib/ bootstrap/ src/ Plugin/ Preprocess/ Links.php - Preprocess the variables array.
- PrerenderBase::preRender in themes/
contrib/ bootstrap/ src/ Plugin/ Prerender/ PrerenderBase.php - Pre-render render array element callback.
- PrerenderManager::preRender in themes/
contrib/ bootstrap/ src/ Plugin/ PrerenderManager.php - Pre-render render array element callback.
- ProcessBase::process in themes/
contrib/ bootstrap/ src/ Plugin/ Process/ ProcessBase.php - Process a specific form element type.
- ProcessManager::process in themes/
contrib/ bootstrap/ src/ Plugin/ ProcessManager.php - Global #process callback for form elements.
- ProcessManager::processInputGroups in themes/
contrib/ bootstrap/ src/ Plugin/ ProcessManager.php - Processes elements that have input groups.
- SettingBase::alterForm in themes/
contrib/ bootstrap/ src/ Plugin/ Setting/ SettingBase.php - The alter method to store the code.
- SettingBase::getElement in themes/
contrib/ bootstrap/ src/ Plugin/ Setting/ SettingBase.php - SettingBase::getGroup in themes/
contrib/ bootstrap/ src/ Plugin/ Setting/ SettingBase.php - SettingBase::getGroupElement in themes/
contrib/ bootstrap/ src/ Plugin/ Setting/ SettingBase.php - Retrieves the group form element the setting belongs to.
- SettingBase::submitForm in themes/
contrib/ bootstrap/ src/ Plugin/ Setting/ SettingBase.php - Form submission handler.
- SettingBase::validateForm in themes/
contrib/ bootstrap/ src/ Plugin/ Setting/ SettingBase.php - Form validation handler.
- Variables::__construct in themes/
contrib/ bootstrap/ src/ Utility/ Variables.php - Element constructor.