Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
IconFinderInterface.php file core/lib/Drupal/Core/Theme/Icon/IconFinderInterface.php
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::$fileUrlGenerator property core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php The file url generator instance.
IconFinderTest::$iconFinder property core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php The IconFinder instance.
IconFinderTest::$logger property core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php The logger service instance.
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::setUp function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php
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.
IconFinderTest::testFindFilesEmptyWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::findFiles method with warning when no icons found.
IconFinderTest::testFindFilesWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::findFiles method with warning with invalid path.
IconFinderTest::testGetFileContents function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFileContents method.
IconFinderTest::testGetFileFromUrlWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFileFromUrl method with warning.
IconFinderTest::testGetFilesFromPathEmptyWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromPath method with warning.
IconFinderTest::testGetFilesFromPathInvalidExtensionWarning function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromPath method with warning.
IconFinderTest::testGetFilesFromSourcesPath function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromSources method with paths.
IconFinderTest::testGetFilesFromSourcesUrl function core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php Test the IconFinder::getFilesFromSources method with urls.
IconFinderTest::TEST_ICONS_PATH constant core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php
IconFinderTest::TEST_RELATIVE_URL constant core/tests/Drupal/Tests/Core/Theme/Icon/IconFinderTest.php
IconMimeTypes class core/modules/file/src/IconMimeTypes.php A utility class for working with MIME types.
IconMimeTypes.php file core/modules/file/src/IconMimeTypes.php
IconMimeTypes::getGenericMimeType function core/modules/file/src/IconMimeTypes.php Determines the generic icon MIME package based on a file's MIME type.
IconMimeTypes::getIconClass function core/modules/file/src/IconMimeTypes.php Gets a class for the icon for a MIME type.
IconPackConfigErrorException class core/lib/Drupal/Core/Theme/Icon/Exception/IconPackConfigErrorException.php Raised when we have an icon pack error.
IconPackConfigErrorException.php file core/lib/Drupal/Core/Theme/Icon/Exception/IconPackConfigErrorException.php
IconPackExtractorForm class core/lib/Drupal/Core/Theme/Icon/IconPackExtractorForm.php The icon pack extractor form plugin.
IconPackExtractorForm.php file core/lib/Drupal/Core/Theme/Icon/IconPackExtractorForm.php
IconPackExtractorForm::buildConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconPackExtractorForm.php Form constructor.
IconPackExtractorForm::submitConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconPackExtractorForm.php Form submission handler.
IconPackExtractorForm::validateConfigurationForm function core/lib/Drupal/Core/Theme/Icon/IconPackExtractorForm.php Form validation handler.
IconPackExtractorFormTest class core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Tests Drupal\Core\Theme\Icon\IconPackExtractorForm.
IconPackExtractorFormTest.php file core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php
IconPackExtractorFormTest::$formState property core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php The form state.
IconPackExtractorFormTest::$iconPackForm property core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php The icon pack form.
IconPackExtractorFormTest::$plugin property core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php The plugin form.
IconPackExtractorFormTest::setUp function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php
IconPackExtractorFormTest::testBuildConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Test the IconPackExtractorForm::buildConfigurationForm method.
IconPackExtractorFormTest::testSubmitConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Test the IconPackExtractorForm::submitConfigurationForm method.
IconPackExtractorFormTest::testValidateConfigurationForm function core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php Test the IconPackExtractorForm::validateConfigurationForm method.
IconPackManager class core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Defines an icon pack plugin manager to deal with icons.
IconPackManager.php file core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php
IconPackManager::$validator property core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php The schema validator.
IconPackManager::getDiscovery function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Gets the plugin discovery.
IconPackManager::getExtractorFormDefaults function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManager.php Retrieve extractor default options.

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