public function MiconIconize::getTitle in Micon 8
Same name and namespace in other branches
- 2.x src/MiconIconize.php \Drupal\micon\MiconIconize::getTitle()
Render the object as the title only.
Return value
string The translated string.
1 call to MiconIconize::getTitle()
- MiconIconize::render in src/
MiconIconize.php - Renders the object as a string.
File
- src/
MiconIconize.php, line 199
Class
- MiconIconize
- Class MiconIconize.
Namespace
Drupal\miconCode
public function getTitle() {
return parent::render();
}