function IconExtractorBase::description
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php \Drupal\Core\Theme\Icon\IconExtractorBase::description()
File
-
core/
lib/ Drupal/ Core/ Theme/ Icon/ IconExtractorBase.php, line 42
Class
- IconExtractorBase
- Base class for icon extractor plugins.
Namespace
Drupal\Core\Theme\IconCode
public function description() : string {
return (string) $this->pluginDefinition['description'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.