public function MiconIconInterface::getWrappingElement in Micon 8
Same name and namespace in other branches
- 2.x src/MiconIconInterface.php \Drupal\micon\MiconIconInterface::getWrappingElement()
Get the wrapping element HTML element type.
Return value
string The wrapping tag used within the template.
1 method overrides MiconIconInterface::getWrappingElement()
- MiconIcon::getWrappingElement in src/
MiconIcon.php - Get the wrapping element HTML element type.
File
- src/
MiconIconInterface.php, line 72
Class
- MiconIconInterface
- Defines an object which can be rendered by the Render API.
Namespace
Drupal\miconCode
public function getWrappingElement();