public function WebformElementInterface::getPluginCategory in Webform 8.5
Same name and namespace in other branches
- 6.x src/Plugin/WebformElementInterface.php \Drupal\webform\Plugin\WebformElementInterface::getPluginCategory()
Gets the category of the plugin instance.
Return value
string The category of the plugin instance.
1 method overrides WebformElementInterface::getPluginCategory()
- WebformElementBase::getPluginCategory in src/
Plugin/ WebformElementBase.php - Gets the category of the plugin instance.
File
- src/
Plugin/ WebformElementInterface.php, line 134
Class
- WebformElementInterface
- Defines the interface for webform elements.
Namespace
Drupal\webform\PluginCode
public function getPluginCategory();