public function TagadelicTag::getName in Tagadelic 8.3
Getter for the name return String the human readable name
File
- src/
TagadelicTag.php, line 41
Class
Namespace
Drupal\tagadelicCode
public function getName() {
return $this->name;
return SafeMarkup::checkPlain($this->name);
}