Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| IconCollector | class | core/ |
A CacheCollector implementation for building icons info. |
| IconCollector.php | file | core/ |
|
| IconCollector::get | function | core/ |
Gets value from the cache. |
| IconCollector::getIconFromExtractor | function | core/ |
Returns the icon from an icon id and icon pack definition. |
| IconCollector::resolveCacheMiss | function | core/ |
Resolves a cache miss. |
| IconCollector::set | function | core/ |
Implements \Drupal\Core\Cache\CacheCollectorInterface::set(). |
| IconCollector::__construct | function | core/ |
Constructs a IconCollector instance. |
| IconDefinition::ICON_SEPARATOR | constant | core/ |
|
| IconExtractor | class | core/ |
The icon_extractor attribute. |
| IconExtractor.php | file | core/ |
|
| IconExtractor::__construct | function | core/ |
Constructs a new IconExtractor instance. |
| IconExtractorBase | class | core/ |
Base class for icon extractor plugins. |
| IconExtractorBase.php | file | core/ |
|
| IconExtractorBase::buildConfigurationForm | function | core/ |
Form constructor. |
| IconExtractorBase::createIcon | function | core/ |
Create the icon definition from an extractor plugin. |
| IconExtractorBase::DEFINITION_REMOVE | constant | core/ |
|
| IconExtractorBase::description | function | core/ |
Returns the translated plugin description. |
| IconExtractorBase::label | function | core/ |
Returns the translated plugin label. |
| IconExtractorBase::loadIcon | function | core/ |
Load an icon object. |
| IconExtractorBase::submitConfigurationForm | function | core/ |
Form submission handler. |
| IconExtractorBase::validateConfigurationForm | function | core/ |
Form validation handler. |
| IconExtractorInterface | interface | core/ |
Interface for icon_extractor plugins. |
| IconExtractorInterface.php | file | core/ |
|
| IconExtractorInterface::createIcon | function | core/ |
Create the icon definition from an extractor plugin. |
| IconExtractorInterface::description | function | core/ |
Returns the translated plugin description. |
| IconExtractorInterface::discoverIcons | function | core/ |
Get a list of all the icons discovered by this extractor. |
| IconExtractorInterface::label | function | core/ |
Returns the translated plugin label. |
| IconExtractorInterface::loadIcon | function | core/ |
Load an icon object. |
| IconExtractorPluginManager | class | core/ |
IconExtractor plugin manager. |
| IconExtractorPluginManager.php | file | core/ |
|
| IconExtractorPluginManager::getExtractorForm | function | core/ |
Get an extractor settings form. |
| IconExtractorPluginManager::getExtractorForms | function | core/ |
Get multiple extractor settings form. |
| IconExtractorPluginManager::getPluginForm | function | core/ |
Retrieves the plugin form for a given icon extractor. |
| IconExtractorPluginManager::__construct | function | core/ |
Constructs a new \Drupal\Core\Plugin\DefaultPluginManager object. |
| IconExtractorSettingsForm | class | core/ |
Handle icon extractor settings form conversion from YAML to Drupal Form API. |
| IconExtractorSettingsForm.php | file | core/ |
|
| IconExtractorSettingsForm::buildBooleanForm | function | core/ |
Build Drupal form for a boolean setting to a checkbox. |
| IconExtractorSettingsForm::buildEnumForm | function | core/ |
Build Drupal form for an enumerations to a select. |
| IconExtractorSettingsForm::buildNumberForm | function | core/ |
Build Drupal form for a number or integer setting. |
| IconExtractorSettingsForm::buildStringForm | function | core/ |
Build Drupal form for a string setting to a textfield. |
| IconExtractorSettingsForm::COLOR_TYPE | constant | core/ |
|
| IconExtractorSettingsForm::generateSettingsForm | function | core/ |
Create the Drupal Form API element from the settings. |
| IconExtractorSettingsForm::getOptions | function | core/ |
Get option list for enumerations. |
| IconExtractorSettingsForm::initSettingForm | function | core/ |
Init setting from common JSON Schema properties. |
| IconExtractorSettingsFormTest | class | core/ |
Tests Drupal\Core\Theme\Icon\IconExtractorSettingsForm. |
| IconExtractorSettingsFormTest.php | file | core/ |
|
| IconExtractorSettingsFormTest::settingsFormDataProvider | function | core/ |
Provide data for testGenerateSettingsForm. |
| IconExtractorSettingsFormTest::testGenerateSettingsForm | function | core/ |
Test the IconExtractorSettingsForm::generateSettingsForm method. |
| IconExtractorSettingsFormTest::testGenerateSettingsFormWithValues | function | core/ |
Test the IconExtractorSettingsForm::generateSettingsForm method. |
| IconExtractorTest | class | core/ |
Tests Drupal\Core\Theme\Icon\Attribute\IconExtractor. |
Pagination
- Previous page
- Page 135
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.