public function WebformElementInterface::getInfo in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getInfo()
Retrieves the default properties for the defined element type.
Return value
array An associative array describing the element types being defined.
See also
\Drupal\Core\Render\ElementInfoManagerInterface::getInfo
1 method overrides WebformElementInterface::getInfo()
- WebformElementBase::getInfo in src/
Plugin/ WebformElementBase.php - Retrieves the default properties for the defined element type.
File
- src/
Plugin/ WebformElementInterface.php, line 290
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function getInfo();