You are here

public function MiconIconize::getMatchPrefix in Micon 2.x

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

Code

public function getMatchPrefix() {
  return $this->matchPrefix;
}