Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
FixturesBase::io function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets an IO fixture.
FixturesBase::mkTmpDir function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Creates a temporary directory.
FixturesBase::persistentPrefix function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Generates a persistent prefix to use with all of our temporary directories.
FixturesBase::projectFixtureDir function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the path to one particular project fixture.
FixturesBase::projectRoot function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the path to Scaffold component.
FixturesBase::runComposer function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Runs a `composer` command.
FixturesBase::tearDown function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Calls 'tearDown' in any test that copies fixtures to transient locations.
FixturesBase::tmpDir function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Generates a path to a temporary location, but do not create the directory.
FixtureUtilityTrait::copyFixtureFilesTo function core/modules/package_manager/tests/src/Traits/FixtureUtilityTrait.php Mirrors a fixture directory to the given path.
FixtureUtilityTrait::renameGitDirectories function core/modules/package_manager/tests/src/Traits/FixtureUtilityTrait.php Renames _git directories to .git.
FixtureUtilityTrait::renameInfoYmlFiles function core/modules/package_manager/tests/src/Traits/FixtureUtilityTrait.php Renames all files that end with .info.yml.hide.
fixture_manipulator.services.yml file core/modules/package_manager/tests/modules/fixture_manipulator/fixture_manipulator.services.yml core/modules/package_manager/tests/modules/fixture_manipulator/fixture_manipulator.services.yml
Flatten::transform function core/modules/migrate/src/Plugin/migrate/process/Flatten.php Flatten nested array values to single array values.
FlattenTest class core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests the flatten plugin.
FlattenTest.php file core/modules/migrate/tests/src/Unit/process/FlattenTest.php
FlattenTest::providerTestFlatten function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Provides data for the testFlatten.
FlattenTest::providerTestFlattenInvalid function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Provides data for the testFlattenInvalid.
FlattenTest::setUp function core/modules/migrate/tests/src/Unit/process/FlattenTest.php
FlattenTest::testFlatten function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests that various array flatten operations work properly.
FlattenTest::testFlattenInvalid function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests that Flatten throws a MigrateException.
FloatData::getCastedValue function core/lib/Drupal/Core/TypedData/Plugin/DataType/FloatData.php #[JsonSchema([
'type' => 'number',
])]
FloatItem::fieldSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/FloatItem.php
FloatItem::generateSampleValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/FloatItem.php
FloatItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/FloatItem.php
FloatItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/FloatItem.php
FloodInterface::isAllowed function core/lib/Drupal/Core/Flood/FloodInterface.php Checks whether a user is allowed to proceed with the specified event.
FloodInterface::register function core/lib/Drupal/Core/Flood/FloodInterface.php Registers an event for the current visitor to the flood control mechanism.
FloodTest class core/modules/system/tests/src/Kernel/System/FloodTest.php Functional tests for the flood control mechanism.
FloodTest.php file core/modules/system/tests/src/Kernel/System/FloodTest.php
FloodTest::$modules property core/modules/system/tests/src/Kernel/System/FloodTest.php
FloodTest::floodBackendProvider function core/modules/system/tests/src/Kernel/System/FloodTest.php Provides an array of backends for testClearByPrefix.
FloodTest::testCleanUp function core/modules/system/tests/src/Kernel/System/FloodTest.php Tests flood control mechanism clean-up.
FloodTest::testClearByPrefix function core/modules/system/tests/src/Kernel/System/FloodTest.php Tests clearByPrefix method on flood backends.
FloodTest::testDatabaseBackend function core/modules/system/tests/src/Kernel/System/FloodTest.php Tests flood control database backend.
FocusFirstCommand class core/lib/Drupal/Core/Ajax/FocusFirstCommand.php AJAX command for focusing an element.
FocusFirstCommand.php file core/lib/Drupal/Core/Ajax/FocusFirstCommand.php
FocusFirstCommand::$selector property core/lib/Drupal/Core/Ajax/FocusFirstCommand.php The selector of the container with tabbable elements.
FocusFirstCommand::render function core/lib/Drupal/Core/Ajax/FocusFirstCommand.php
FocusFirstCommand::__construct function core/lib/Drupal/Core/Ajax/FocusFirstCommand.php Constructs an FocusFirstCommand object.
FocusFirstCommandTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php Tests setting focus via AJAX command.
FocusFirstCommandTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php
FocusFirstCommandTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php
FocusFirstCommandTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php
FocusFirstCommandTest::testFocusFirst function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php Tests AjaxFocusFirstCommand on a page.
FolderTest class core/tests/Drupal/FunctionalTests/FolderTest.php Tests BrowserTestBase's treatment of hook_install() during setup.
FolderTest.php file core/tests/Drupal/FunctionalTests/FolderTest.php
FolderTest::$defaultTheme property core/tests/Drupal/FunctionalTests/FolderTest.php
FolderTest::$modules property core/tests/Drupal/FunctionalTests/FolderTest.php
FolderTest::testFolderSetup function core/tests/Drupal/FunctionalTests/FolderTest.php
FollowUpMigrationsTest class core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php Tests follow-up migrations.

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