You are here

public function MiconIconize::getTitle in Micon 2.x

Same name and namespace in other branches
  1. 8 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\micon

Code

public function getTitle() {
  return parent::render();
}