public function WebformElementInterface::getFormElementClassDefinition in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getFormElementClassDefinition()
Get the Webform element's form element class definition.
We use the plugin's base id here to support plugin derivatives.
Return value
string A form element class definition.
1 method overrides WebformElementInterface::getFormElementClassDefinition()
- WebformElementBase::getFormElementClassDefinition in src/
Plugin/ WebformElementBase.php - Get the Webform element's form element class definition.
File
- src/
Plugin/ WebformElementInterface.php, line 94
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function getFormElementClassDefinition();