public function MiconIconize::getMatchPrefix in Micon 8
Same name and namespace in other branches
- 2.x src/MiconIconize.php \Drupal\micon\MiconIconize::getMatchPrefix()
Return the match prefix.
Return value
string The match prefix.
1 call to MiconIconize::getMatchPrefix()
- MiconIconize::getMatch in src/
MiconIconize.php - Match a string agaist definition and packages.
File
- src/
MiconIconize.php, line 246
Class
- MiconIconize
- Class MiconIconize.
Namespace
Drupal\miconCode
public function getMatchPrefix() {
return $this->matchPrefix;
}