Search for find

  1. Search 7.x for find
  2. Search 9.5.x for find
  3. Search 10.3.x for find
  4. Search 11.x for find
  5. Other projects
Title Object type File name Summary
AnnotatedClassDiscoveryAutomatedProviders::$finder property core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php A utility object that can use active autoloaders to find files for classes.
AssertBlockAppearsTrait::findBlockInstance function core/modules/block/tests/src/Functional/AssertBlockAppearsTrait.php Find a block instance on the page.
BanIpManager::findAll function core/modules/ban/src/BanIpManager.php Finds all banned IP addresses.
BanIpManager::findById function core/modules/ban/src/BanIpManager.php Finds a banned IP address by its ID.
BanIpManagerInterface::findAll function core/modules/ban/src/BanIpManagerInterface.php Finds all banned IP addresses.
BanIpManagerInterface::findById function core/modules/ban/src/BanIpManagerInterface.php Finds a banned IP address by its ID.
BookManager::findChildrenRelativeDepth function core/modules/book/src/BookManager.php Determine the relative depth of the children of a given book link.
BuildTestBase::findAvailablePort function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Discover an available port number.
BuildTestBase::getCodebaseFinder function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Get a default Finder object for a Drupal codebase.
CachedStorage::$findByPrefixCache property core/lib/Drupal/Core/Config/CachedStorage.php List of listAll() prefixes with their results.
CachedStorage::findByPrefix function core/lib/Drupal/Core/Config/CachedStorage.php Finds configuration object names starting with a given prefix.
ClaroTableDragTest::findWeightsToggle function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroTableDragTest.php Finds the show/hide weight toggle element.
ClassFinder class core/lib/Drupal/Component/ClassFinder/ClassFinder.php A Utility class that uses active autoloaders to find a file for a class.
ClassFinder.php file core/lib/Drupal/Component/ClassFinder/ClassFinder.php
ClassFinder::findFile function core/lib/Drupal/Component/ClassFinder/ClassFinder.php
ClassFinderTest class core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php @coversDefaultClass \Drupal\Component\ClassFinder\ClassFinder
@group ClassFinder
ClassFinderTest.php file core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php
ClassFinderTest::testFindFile function core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php @covers ::findFile
Composer::findPackageKey function core/lib/Drupal/Core/Composer/Composer.php Find the array key for a given package name with a case-insensitive search.
ComposerIntegrationTrait::getComposerJsonFinder function core/tests/Drupal/Tests/Composer/ComposerIntegrationTrait.php Get a Finder object to traverse all of the composer.json files in core.
ConfigInstaller::findDefaultConfigWithUnmetDependencies function core/lib/Drupal/Core/Config/ConfigInstaller.php Finds default configuration with unmet dependencies.
ConfigInstaller::findPreExistingConfiguration function core/lib/Drupal/Core/Config/ConfigInstaller.php Finds pre-existing configuration objects for the provided extension.
ConfigManager::findConfigEntityDependents function core/lib/Drupal/Core/Config/ConfigManager.php Finds config entities that are dependent on extensions or entities.
ConfigManager::findConfigEntityDependentsAsEntities function core/lib/Drupal/Core/Config/ConfigManager.php Finds config entities that are dependent on extensions or entities.
ConfigManager::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManager.php Finds missing content dependencies declared in configuration entities.
ConfigManagerInterface::findConfigEntityDependents function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds config entities that are dependent on extensions or entities.
ConfigManagerInterface::findConfigEntityDependentsAsEntities function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds config entities that are dependent on extensions or entities.
ConfigManagerInterface::findMissingContentDependencies function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Finds missing content dependencies declared in configuration entities.
ConfigMapperManager::findDefinitions function core/modules/config_translation/src/ConfigMapperManager.php Finds plugin definitions.
ConfigMapperManager::findTranslatable function core/modules/config_translation/src/ConfigMapperManager.php Returns TRUE if at least one translatable element is found.
ConfigSingleExportForm::findConfiguration function core/modules/config/src/Form/ConfigSingleExportForm.php Handles switching the configuration type selector.
ContainerAwareEventDispatcherTest::testPriorityFindsLazyListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveFindsLazyListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
Database::findDriverAutoloadDirectory function core/lib/Drupal/Core/Database/Database.php Finds the directory to add to the autoloader for the driver's namespace.
DatabaseLegacyTest::testDbFindTables function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_find_tables() function.
DatabaseTest::providerFindDriverAutoloadDirectory function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Data provider for ::testFindDriverAutoloadDirectory().
DatabaseTest::providerFindDriverAutoloadDirectoryException function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Data provider for ::testFindDriverAutoloadDirectoryException().
DatabaseTest::testFindDriverAutoloadDirectory function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php @covers ::findDriverAutoloadDirectory
@dataProvider providerFindDriverAutoloadDirectory
DatabaseTest::testFindDriverAutoloadDirectoryException function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php @covers ::findDriverAutoloadDirectory
@dataProvider providerFindDriverAutoloadDirectoryException
db_find_tables function core/includes/database.inc Finds all tables that are like the specified base table name.
DefaultPluginManager::findDefinitions function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Finds plugin definitions.
DiscoverableInterface::findAll function core/lib/Drupal/Component/Discovery/DiscoverableInterface.php Returns an array of discoverable items.
DocParser::findInitialTokenPosition function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Finds the first valid annotation
DrupalComponentTest::findPhpClasses function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Searches a directory recursively for PHP classes.
DrupalKernel::findSitePath function core/lib/Drupal/Core/DrupalKernel.php Returns the appropriate site directory for a request.
DrupalKernelTest::testFindSitePath function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Tests site path finding.
drupal_find_theme_functions function core/includes/theme.inc Allows themes and/or theme engines to discover overridden theme functions.
drupal_find_theme_templates function core/includes/theme.inc Allows themes and/or theme engines to easily discover overridden templates.
drupal_phpunit_find_extension_directories function core/tests/bootstrap.php Finds all valid extension directories recursively within a given directory.
EntitySchemaTest::findPrimaryKeys function core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php Finds the primary keys for a given entity type.

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