function IconDefinition::getPackId
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Theme/Icon/IconDefinition.php \Drupal\Core\Theme\Icon\IconDefinition::getPackId()
Get the icon Pack id.
Return value
string The icon Pack id.
Overrides IconDefinitionInterface::getPackId
File
-
core/
lib/ Drupal/ Core/ Theme/ Icon/ IconDefinition.php, line 144
Class
- IconDefinition
- Handle an icon definition.
Namespace
Drupal\Core\Theme\IconCode
public function getPackId() : string {
return $this->pack_id;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.