Search for find
Title | Object type | File name | Summary |
---|---|---|---|
ClassFinder | class | core/ |
A Utility class that uses active autoloaders to find a file for a class. |
ClassFinder.php | file | core/ |
|
ClassFinder::findFile | function | core/ |
|
DatabaseLegacyTest::testDbFindTables | function | core/ |
Tests the db_find_tables() function. |
db_find_tables | function | core/ |
Finds all tables that are like the specified base table name. |
DefaultPluginManager::findDefinitions | function | core/ |
Finds plugin definitions. |
DiscoverableInterface::findAll | function | core/ |
Returns an array of discoverable items. |
DocParser::findInitialTokenPosition | function | core/ |
Finds the first valid annotation |
DrupalKernel::findSitePath | function | core/ |
Returns the appropriate site directory for a request. |
drupal_find_theme_functions | function | core/ |
Allows themes and/or theme engines to discover overridden theme functions. |
drupal_find_theme_templates | function | core/ |
Allows themes and/or theme engines to easily discover overridden templates. |
install_find_translations | function | core/ |
Finds all .po files that are useful to the installer. |
MockFileFinder | class | core/ |
Defines a mock file finder that only returns a single filename. |
MockFileFinder.php | file | core/ |
|
MockFileFinder::$filename | property | core/ |
The only filename this finder ever returns. |
MockFileFinder::create | function | core/ |
Creates new mock file finder objects. |
MockFileFinder::findFile | function | core/ |
|
PagerDeprecationTest::testFindPage | function | core/ |
@expectedDeprecation pager_find_page is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerParametersInterface->findPage() instead. See https://www.drupal.org/node/2779457 |
PagerParameters::findPage | function | core/ |
Returns the current page being requested for display within a pager. |
PagerParametersInterface::findPage | function | core/ |
Returns the current page being requested for display within a pager. |
pager_find_page | function | core/ |
Returns the current page being requested for display within a pager. |
ServerCommand::findAvailablePort | function | core/ |
Finds an available port. |
simpletest_phpunit_find_testcases | function | core/ |
Finds all test cases recursively from a test suite list. |
WebTestBase::findBlockInstance | function | core/ |
Find a block instance on the page. |
YamlDirectoryDiscovery::findAll | function | core/ |
Returns an array of discoverable items. |
YamlDirectoryDiscovery::findFiles | function | core/ |
Returns an array of providers keyed by file path. |
YamlDiscovery::findAll | function | core/ |
Returns an array of discoverable items. |
YamlDiscovery::findFiles | function | core/ |
Returns an array of file paths, keyed by provider. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.