Search for find

  1. Search 7.x for find
  2. Search 9.5.x for find
  3. Search 8.9.x for find
  4. Search 10.3.x for find
  5. Other projects
Title Object type File name Summary
IconExtractorWithFinder::create function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php Creates an instance of the plugin.
IconExtractorWithFinder::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php Create files data from sources config.
IconExtractorWithFinder::__construct function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinder.php Constructs a IconExtractorWithFinder object.
IconExtractorWithFinderInterface interface core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinderInterface.php Interface for icon_extractor plugins.
IconExtractorWithFinderInterface.php file core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinderInterface.php
IconExtractorWithFinderInterface::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinderInterface.php Create files data from sources config.
IconFinder class core/lib/Drupal/Core/Theme/Icon/IconFinder.php Icon finder to discover files under specific paths or URLs.
IconFinder.php file core/lib/Drupal/Core/Theme/Icon/IconFinder.php
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::extractGroupFromPath function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Extracts the group from a file path based on the group position.
IconFinder::extractIconIdFromFilename function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Check if {icon_id} is a part of the name and need to be extracted.
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 Wrapper to the file_get_contents function.
IconFinder::getFileFromUrl function core/lib/Drupal/Core/Theme/Icon/IconFinder.php Get filename from an URL source.
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 Create files from source paths.
IconFinder::GROUP_PATTERN constant core/lib/Drupal/Core/Theme/Icon/IconFinder.php Pattern to match a group placeholder in a source path.
IconFinder::ICON_ID_PATTERN constant core/lib/Drupal/Core/Theme/Icon/IconFinder.php Pattern to match an icon ID placeholder in a filename.
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 interface core/lib/Drupal/Core/Theme/Icon/IconFinderInterface.php Interface for icon finder.
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 @coversDefaultClass \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
install_find_translations function core/includes/install.core.inc Finds all .po files that are useful to the installer.
Interpolator::findTokens function composer/Plugin/Scaffold/Interpolator.php Finds all of the tokens in the provided message.
JUnitConverter::findTestCases function core/lib/Drupal/Core/Test/JUnitConverter.php Finds all test cases recursively from a test suite list.

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