Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
IconExtractorBase::label function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php
IconExtractorBase::loadIcon function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php
IconExtractorBase::submitConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php
IconExtractorBase::validateConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorBase.php
IconExtractorInterface::description function core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Returns the translated plugin description.
IconExtractorInterface::discoverIcons function core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Get a list of all the icons discovered by this extractor.
IconExtractorPluginManager::getExtractorForms function core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php Get multiple extractor settings form.
IconExtractorPluginManager::__construct function core/lib/Drupal/Core/Theme/Icon/IconExtractorPluginManager.php
IconExtractorSettingsForm class core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Handle icon extractor settings form conversion from YAML to Drupal Form API.
IconExtractorSettingsForm.php file core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php
IconExtractorSettingsForm::buildBooleanForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Build Drupal form for a boolean setting to a checkbox.
IconExtractorSettingsForm::buildEnumForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Build Drupal form for an enumerations to a select.
IconExtractorSettingsForm::buildNumberForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Build Drupal form for a number or integer setting.
IconExtractorSettingsForm::buildStringForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Build Drupal form for a string setting to a textfield.
IconExtractorSettingsForm::COLOR_TYPE constant core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php
IconExtractorSettingsForm::generateSettingsForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Create the Drupal Form API element from the settings.
IconExtractorSettingsForm::getOptions function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Get option list for enumerations.
IconExtractorSettingsForm::initSettingForm function core/lib/Drupal/Core/Theme/Icon/IconExtractorSettingsForm.php Init setting from common JSON Schema properties.
IconExtractorSettingsFormTest class core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php Tests Drupal\Core\Theme\Icon\IconExtractorSettingsForm.
IconExtractorSettingsFormTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php
IconExtractorSettingsFormTest::settingsFormDataProvider function core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php Provide data for testGenerateSettingsForm.
IconExtractorSettingsFormTest::testGenerateSettingsForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php Test the IconExtractorSettingsForm::generateSettingsForm method.
IconExtractorSettingsFormTest::testGenerateSettingsFormWithValues function core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorSettingsFormTest.php Test the IconExtractorSettingsForm::generateSettingsForm method.
IconExtractorTest class core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorTest.php Tests Drupal\Core\Theme\Icon\Attribute\IconExtractor.
IconExtractorTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorTest.php
IconExtractorTest::$container property core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorTest.php The container.
IconExtractorTest::setUp function core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorTest.php
IconExtractorTest::testConstruct function core/tests/Drupal/Tests/Core/Theme/Icon/IconExtractorTest.php Test the IconExtractor::_construct method.
IconExtractorWithFinder::checkRequiredConfigSources function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php Check the required `config > sources` value from definition.
IconExtractorWithFinder::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php
IconExtractorWithFinder::__construct function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php Constructs a IconExtractorWithFinder object.
IconExtractorWithFinderInterface::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinderInterface.php Create files data from sources config.
IconFinder::ALLOWED_EXTENSION constant core/lib/Drupal/Core/Theme/Icon/IconFinder.php List of allowed file extensions for local icon files.
IconFinder::determineGroupPosition function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Determines the group position based on the URI.
IconFinder::findFiles function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Creates a Finder instance with configured patterns and return result.
IconFinder::getFileContents function core/lib/Drupal/Core/Theme/Icon/IconFinder.php
IconFinder::getFilesFromPath function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Get files from a local path.
IconFinder::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconFinder.php
IconFinder::processFoundFiles function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Process files and format icon information.
IconFinder::__construct function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Constructs a new IconFinder object.
IconFinderInterface::getFileContents function core/lib/Drupal/Core/Theme/Icon/IconFinderInterface.php Wrapper to the file_get_contents function.
IconFinderInterface::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconFinderInterface.php Create files from source paths.
IconFinderTest class core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Tests Drupal\Core\Theme\Icon\IconFinder.
IconFinderTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php
IconFinderTest::providerExtractIconIdFromFilename function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testExtractIconIdFromFilename().
IconFinderTest::providerGetFileContents function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testGetFileContents().
IconFinderTest::providerGetFilesFromSourcesPath function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testGetFilesFromSourcesPath().
IconFinderTest::providerGetFilesFromSourcesUrl function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Data provider for ::testGetFilesFromSourcesUrl().
IconFinderTest::testExtractIconIdFromFilename function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::extractIconIdFromFilename method.
IconFinderTest::testExtractIconIdFromFilenameWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::extractIconIdFromFilename method with failing pattern.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.