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
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.
LibrariesDirectoryFileFinder class core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php Finds files that are located in the supported 'libraries' directories.
LibrariesDirectoryFileFinder.php file core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php
LibrariesDirectoryFileFinder::$installProfile property core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php The install profile.
LibrariesDirectoryFileFinder::$profileExtensionList property core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php The profile extension list.
LibrariesDirectoryFileFinder::$root property core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php The app root.
LibrariesDirectoryFileFinder::$sitePath property core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php The site path.
LibrariesDirectoryFileFinder::find function core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php Finds files that are located in the supported 'libraries' directories.
LibrariesDirectoryFileFinder::__construct function core/lib/Drupal/Core/Asset/LibrariesDirectoryFileFinder.php Constructs a new LibrariesDirectoryFileFinder instance.
LibrariesDirectoryFileFinderTest class core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php @coversDefaultClass \Drupal\Core\Asset\LibrariesDirectoryFileFinder[[api-linebreak]]
@group Asset
LibrariesDirectoryFileFinderTest.php file core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php
LibrariesDirectoryFileFinderTest::testFind function core/tests/Drupal/Tests/Core/Asset/LibrariesDirectoryFileFinderTest.php @covers ::find[[api-linebreak]]
library.libraries_directory_file_finder service core/core.services.yml Drupal\Core\Asset\LibrariesDirectoryFileFinder
LibraryDiscoveryParser::$librariesDirectoryFileFinder property core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php The libraries directory file finder.
LibraryDiscoveryParserTest::$librariesDirectoryFileFinder property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php The mocked libraries directory file finder.
MenuTreeStorage::doFindChildrenRelativeDepth function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Finds the relative depth of this link's deepest child.
MenuTreeStorage::findNoLongerExistingLinks function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Find any previously discovered menu links that no longer exist.
MenuTreeStorage::findParent function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads the parent definition if it exists.
MigrateFieldPluginManager::findDefinitions function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php Finds plugin definitions.
MigrateSourcePluginManager::findDefinitions function core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php Finds plugin definitions.
Migration::findMigrationDependencies function core/modules/migrate/src/Plugin/Migration.php Find migration dependencies from migration_lookup and sub_process plugins.
MigrationPluginManager::findDefinitions function core/modules/migrate/src/Plugin/MigrationPluginManager.php Finds plugin definitions.
MockFileFinder class core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php Defines a mock file finder that only returns a single filename.
MockFileFinder.php file core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php
MockFileFinder::$filename property core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php The only filename this finder ever returns.
MockFileFinder::create function core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php Creates new mock file finder objects.
MockFileFinder::findFile function core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php Finds a class.
MockFileFinderTest class core/tests/Drupal/Tests/Component/Annotation/MockFileFinderTest.php @coversDefaultClass \Drupal\Component\Annotation\Reflection\MockFileFinder[[api-linebreak]]
@group Annotation
MockFileFinderTest.php file core/tests/Drupal/Tests/Component/Annotation/MockFileFinderTest.php
MockFileFinderTest::testFindFile function core/tests/Drupal/Tests/Component/Annotation/MockFileFinderTest.php @covers ::create[[api-linebreak]]
@covers ::findFile[[api-linebreak]]
MoveBlockFormTest::findRowHandle function core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php Finds the row handle for a block in the draggable table.
NodeSearch::findResults function core/modules/node/src/Plugin/Search/NodeSearch.php Queries to find search results, and sets status messages.
PagerManager::findPage function core/lib/Drupal/Core/Pager/PagerManager.php Returns the current page being requested for display within a pager.
PagerManagerInterface::findPage function core/lib/Drupal/Core/Pager/PagerManagerInterface.php Returns the current page being requested for display within a pager.
PagerManagerTest::testFindPage function core/tests/Drupal/KernelTests/Core/Pager/PagerManagerTest.php @covers ::findPage[[api-linebreak]]
PagerParameters::findPage function core/lib/Drupal/Core/Pager/PagerParameters.php Returns the current page being requested for display within a pager.
PagerParametersInterface::findPage function core/lib/Drupal/Core/Pager/PagerParametersInterface.php Returns the current page being requested for display within a pager.
PathExtractorTest::$iconFinder property core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/PathExtractorTest.php The IconFinder instance.
PhpTuf\ComposerStager\API\Finder\Service\ExecutableFinderInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Finder\Service\ExecutableFinder
PhpTuf\ComposerStager\API\Finder\Service\FileFinderInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Finder\Service\FileFinder
PhpUnitApiFindAllClassFilesTest class core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php Tests ::findAllClassFiles() between TestDiscovery and PhpUnitTestDiscovery.
PhpUnitApiFindAllClassFilesTest.php file core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php
PhpUnitApiFindAllClassFilesTest::argumentsProvider function core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php Provides test data to ::testEquality.
PhpUnitApiFindAllClassFilesTest::testEquality function core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php Checks that Drupal legacy and PHPUnit API based discoveries are equal.
PhpUnitTestDiscovery::findAllClassFiles function core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php Discovers all class files in all available extensions.
RequestPagerTest::testFindPage function core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php @covers ::findPage[[api-linebreak]]
RsyncValidatorTest::$executableFinder property core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php The mocked executable finder.
Schema::findPrimaryKeyColumns function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Finds the primary key columns of a table, from the database.
Schema::findPrimaryKeyColumns function core/modules/mysql/src/Driver/Database/mysql/Schema.php Finds the primary key columns of a table, from the database.

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