Search for find

  1. Search 7.x for find
  2. Search 8.9.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
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
@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
@covers ::findFile
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
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.
RequestPagerTest::testFindPage function core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php @covers ::findPage
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.
Schema::findPrimaryKeyColumns function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Finds the primary key columns of a table, from the database.
Schema::findPrimaryKeyColumns function core/lib/Drupal/Core/Database/Schema.php Finds the primary key columns of a table, from the database.
Schema::findTables function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Finds all tables that are like the specified base table name.
Schema::findTables function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Finds all tables that are like the specified base table name.
Schema::findTables function core/lib/Drupal/Core/Database/Schema.php Finds all tables that are like the specified base table name.
SchemaTest::testFindPrimaryKeyColumns function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php @covers ::findPrimaryKeyColumns
SchemaTest::testFindTables function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests the findTables() method.
SectionStorageManager::findByContext function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Finds the section storage to load based on available contexts.
SectionStorageManager::findDefinitions function core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php Finds plugin definitions.
SectionStorageManagerInterface::findByContext function core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php Finds the section storage to load based on available contexts.
SectionStorageManagerTest::providerTestFindByContext function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php Provides test data for ::testFindByContext().
SectionStorageManagerTest::testFindByContext function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::findByContext
SectionStorageManagerTest::testFindByContextCacheableSectionStorage function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::findByContext
SectionStorageManagerTest::testFindDefinitions function core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php @covers ::findDefinitions
ServerCommand::findAvailablePort function core/lib/Drupal/Core/Command/ServerCommand.php Finds an available port.
StaticReflectionParser::$finder property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php A ClassFinder object which finds the class.
StringDatabaseStorage::findString function core/modules/locale/src/StringDatabaseStorage.php Loads a string source object, fast query.
StringDatabaseStorage::findTranslation function core/modules/locale/src/StringDatabaseStorage.php Loads a string translation object, fast query.
StringStorageInterface::findString function core/modules/locale/src/StringStorageInterface.php Loads a string source object, fast query.
StringStorageInterface::findTranslation function core/modules/locale/src/StringStorageInterface.php Loads a string translation object, fast query.
StubTestSuiteBase::findExtensionDirectories function core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php Finds extensions in a Drupal installation.
StyleSensibleElementConstraintValidator::findStyleConflictingPluginLabel function core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Finds the plugin with elements that conflict with the style element.
TableDragTest::findRowById function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Finds a row in the test table by the row ID.
TableDragTest::findWeightsToggle function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Finds the show/hide weight toggle element.
TestDiscovery::findAllClassFiles function core/lib/Drupal/Core/Test/TestDiscovery.php Discovers all class files in all available extensions.
TestSuiteBase::findExtensionDirectories function core/tests/TestSuites/TestSuiteBase.php Finds extensions in a Drupal installation.
ThemeRegistryLoader::findTemplate function core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php Finds the path to the requested template.
ThemeTest::testFindThemeTemplates function core/modules/system/tests/src/Kernel/Theme/ThemeTest.php Tests drupal_find_theme_templates().
Token::findWithPrefix function core/lib/Drupal/Core/Utility/Token.php Returns a list of tokens that begin with a specific prefix.
ToolbarItemConditionsMetConstraintValidator::findDefinitionForToolbarItem function core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraintValidator.php Searches for CKEditor 5 plugin that provides a given toolbar item.
TourTest::findTip function core/modules/tour/tests/src/Functional/TourTest.php Find specific tips by their parameters in the list of tips.
TypedDataMetadata::findConstraints function core/lib/Drupal/Core/TypedData/Validation/TypedDataMetadata.php

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