Search for find
Title | Object type | File name | Summary |
---|---|---|---|
IconExtractorWithFinder::create | function | core/ |
Creates an instance of the plugin. |
IconExtractorWithFinder::getFilesFromSources | function | core/ |
Create files data from sources config. |
IconExtractorWithFinder::__construct | function | core/ |
Constructs a IconExtractorWithFinder object. |
IconExtractorWithFinderInterface | interface | core/ |
Interface for icon_extractor plugins. |
IconExtractorWithFinderInterface.php | file | core/ |
|
IconExtractorWithFinderInterface::getFilesFromSources | function | core/ |
Create files data from sources config. |
IconFinder | class | core/ |
Icon finder to discover files under specific paths or URLs. |
IconFinder.php | file | core/ |
|
IconFinder::ALLOWED_EXTENSION | constant | core/ |
List of allowed file extensions for local icon files. |
IconFinder::determineGroupPosition | function | core/ |
Determines the group position based on the URI. |
IconFinder::extractGroupFromPath | function | core/ |
Extracts the group from a file path based on the group position. |
IconFinder::extractIconIdFromFilename | function | core/ |
Check if {icon_id} is a part of the name and need to be extracted. |
IconFinder::findFiles | function | core/ |
Creates a Finder instance with configured patterns and return result. |
IconFinder::getFileContents | function | core/ |
Wrapper to the file_get_contents function. |
IconFinder::getFileFromUrl | function | core/ |
Get filename from an URL source. |
IconFinder::getFilesFromPath | function | core/ |
Get files from a local path. |
IconFinder::getFilesFromSources | function | core/ |
Create files from source paths. |
IconFinder::GROUP_PATTERN | constant | core/ |
Pattern to match a group placeholder in a source path. |
IconFinder::ICON_ID_PATTERN | constant | core/ |
Pattern to match an icon ID placeholder in a filename. |
IconFinder::processFoundFiles | function | core/ |
Process files and format icon information. |
IconFinder::__construct | function | core/ |
Constructs a new IconFinder object. |
IconFinderInterface | interface | core/ |
Interface for icon finder. |
IconFinderInterface.php | file | core/ |
|
IconFinderInterface::getFileContents | function | core/ |
Wrapper to the file_get_contents function. |
IconFinderInterface::getFilesFromSources | function | core/ |
Create files from source paths. |
IconFinderTest | class | core/ |
@coversDefaultClass \Drupal\Core\Theme\Icon\IconFinder |
IconFinderTest.php | file | core/ |
|
IconFinderTest::$fileUrlGenerator | property | core/ |
The file url generator instance. |
IconFinderTest::$iconFinder | property | core/ |
The IconFinder instance. |
IconFinderTest::$logger | property | core/ |
The logger service instance. |
IconFinderTest::providerExtractIconIdFromFilename | function | core/ |
Data provider for ::testExtractIconIdFromFilename(). |
IconFinderTest::providerGetFileContents | function | core/ |
Data provider for ::testGetFileContents(). |
IconFinderTest::providerGetFilesFromSourcesPath | function | core/ |
Data provider for ::testGetFilesFromSourcesPath(). |
IconFinderTest::providerGetFilesFromSourcesUrl | function | core/ |
Data provider for ::testGetFilesFromSourcesUrl(). |
IconFinderTest::setUp | function | core/ |
|
IconFinderTest::testExtractIconIdFromFilename | function | core/ |
Test the IconFinder::extractIconIdFromFilename method. |
IconFinderTest::testExtractIconIdFromFilenameWarning | function | core/ |
Test the IconFinder::extractIconIdFromFilename method with failing pattern. |
IconFinderTest::testFindFilesEmptyWarning | function | core/ |
Test the IconFinder::findFiles method with warning when no icons found. |
IconFinderTest::testFindFilesWarning | function | core/ |
Test the IconFinder::findFiles method with warning with invalid path. |
IconFinderTest::testGetFileContents | function | core/ |
Test the IconFinder::getFileContents method. |
IconFinderTest::testGetFileFromUrlWarning | function | core/ |
Test the IconFinder::getFileFromUrl method with warning. |
IconFinderTest::testGetFilesFromPathEmptyWarning | function | core/ |
Test the IconFinder::getFilesFromPath method with warning. |
IconFinderTest::testGetFilesFromPathInvalidExtensionWarning | function | core/ |
Test the IconFinder::getFilesFromPath method with warning. |
IconFinderTest::testGetFilesFromSourcesPath | function | core/ |
Test the IconFinder::getFilesFromSources method with paths. |
IconFinderTest::testGetFilesFromSourcesUrl | function | core/ |
Test the IconFinder::getFilesFromSources method with urls. |
IconFinderTest::TEST_ICONS_PATH | constant | core/ |
|
IconFinderTest::TEST_RELATIVE_URL | constant | core/ |
|
install_find_translations | function | core/ |
Finds all .po files that are useful to the installer. |
Interpolator::findTokens | function | composer/ |
Finds all of the tokens in the provided message. |
JUnitConverter::findTestCases | function | core/ |
Finds all test cases recursively from a test suite list. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.