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
Fixtures::getLocationReplacements function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets an Interpolator with 'web-root' and 'package-name' set.
Fixtures::projectRoot function core/tests/Drupal/Tests/Composer/Plugin/Unpack/Fixtures.php
Fixtures::projectRoot function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php
Fixtures::replaceOp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Creates a ReplaceOp fixture.
Fixtures::runScaffold function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Runs the scaffold operation.
Fixtures::sourcePath function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Fixtures.php Gets a path to a source scaffold fixture.
Fixtures::tmpDir function core/tests/Drupal/Tests/Composer/Plugin/Unpack/Fixtures.php
FixturesBase class core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Base class for fixtures to test composer plugins.
FixturesBase.php file core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php
FixturesBase::$composer property core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php The composer object.
FixturesBase::$io property core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php A Composer IOInterface to write to.
FixturesBase::$randomPrefix property core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Keep a persistent prefix to help group our tmp directories together.
FixturesBase::$tmpDirs property core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Directories to delete when we are done.
FixturesBase::allFixturesDir function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the path to the project fixtures.
FixturesBase::binFixtureDir function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the path to one particular bin path.
FixturesBase::cloneFixtureProjects function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Creates a temporary copy of all of the fixtures projects into a temp dir.
FixturesBase::createIsolatedComposerCacheDir function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Creates an isolated cache directory for Composer.
FixturesBase::getComposer function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the Composer object.
FixturesBase::getOutput function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the output from the io() fixture.
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 Modules to install.
FloodTest::floodBackendProvider function core/modules/system/tests/src/Kernel/System/FloodTest.php Provides an array of backends for testClearByPrefix.

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