function IconPackManagerInterface::getExtractorFormDefaults
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php \Drupal\Core\Theme\Icon\Plugin\IconPackManagerInterface::getExtractorFormDefaults()
Retrieve extractor default options.
Parameters
string $pack_id: The icon pack to look for.
Return value
array The extractor defaults options.
1 method overrides IconPackManagerInterface::getExtractorFormDefaults()
- IconPackManager::getExtractorFormDefaults in core/
lib/ Drupal/ Core/ Theme/ Icon/ Plugin/ IconPackManager.php - Retrieve extractor default options.
File
-
core/
lib/ Drupal/ Core/ Theme/ Icon/ Plugin/ IconPackManagerInterface.php, line 78
Class
- IconPackManagerInterface
- Interface for icon pack manager.
Namespace
Drupal\Core\Theme\Icon\PluginCode
public function getExtractorFormDefaults(string $pack_id) : array;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.