You are here

public function IconSetBase::getVersion in Icon API 8

Retrieves the supplemental information for identifying the icon set.

Return value

string The version.

Overrides IconSetInterface::getVersion

File

src/Plugin/Icon/IconSetBase.php, line 69

Class

IconSetBase
Class IconSetBase

Namespace

Drupal\icon\Plugin\Icon

Code

public function getVersion() {
  return isset($this->pluginDefinition['version']) ? $this->pluginDefinition['version'] : '';
}