Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FixturesBase::$randomPrefix | property | core/ |
Keep a persistent prefix to help group our tmp directories together. |
| FixturesBase::$tmpDirs | property | core/ |
Directories to delete when we are done. |
| FixturesBase::allFixturesDir | function | core/ |
Gets the path to the project fixtures. |
| FixturesBase::binFixtureDir | function | core/ |
Gets the path to one particular bin path. |
| FixturesBase::cloneFixtureProjects | function | core/ |
Creates a temporary copy of all of the fixtures projects into a temp dir. |
| FixturesBase::createIsolatedComposerCacheDir | function | core/ |
Creates an isolated cache directory for Composer. |
| FixturesBase::getComposer | function | core/ |
Gets the Composer object. |
| FixturesBase::getOutput | function | core/ |
Gets the output from the io() fixture. |
| FixturesBase::io | function | core/ |
Gets an IO fixture. |
| FixturesBase::mkTmpDir | function | core/ |
Creates a temporary directory. |
| FixturesBase::persistentPrefix | function | core/ |
Generates a persistent prefix to use with all of our temporary directories. |
| FixturesBase::projectFixtureDir | function | core/ |
Gets the path to one particular project fixture. |
| FixturesBase::projectRoot | function | core/ |
Gets the path to Scaffold component. |
| FixturesBase::runComposer | function | core/ |
Runs a `composer` command. |
| FixturesBase::tearDown | function | core/ |
Calls 'tearDown' in any test that copies fixtures to transient locations. |
| FixturesBase::tmpDir | function | core/ |
Generates a path to a temporary location, but do not create the directory. |
| FixtureUtilityTrait | trait | core/ |
A utility for all things fixtures. |
| FixtureUtilityTrait.php | file | core/ |
|
| FixtureUtilityTrait::copyFixtureFilesTo | function | core/ |
Mirrors a fixture directory to the given path. |
| FixtureUtilityTrait::renameGitDirectories | function | core/ |
Renames _git directories to .git. |
| FixtureUtilityTrait::renameInfoYmlFiles | function | core/ |
Renames all files that end with .info.yml.hide. |
| fixture_manipulator.info.yml | file | core/ |
core/modules/package_manager/tests/modules/fixture_manipulator/fixture_manipulator.info.yml |
| fixture_manipulator.services.yml | file | core/ |
core/modules/package_manager/tests/modules/fixture_manipulator/fixture_manipulator.services.yml |
| Flatten | class | core/ |
Flattens the source value. |
| Flatten.php | file | core/ |
|
| Flatten::transform | function | core/ |
Flatten nested array values to single array values. |
| FlattenTest | class | core/ |
Tests the flatten plugin. |
| FlattenTest.php | file | core/ |
|
| FlattenTest::providerTestFlatten | function | core/ |
Provides data for the testFlatten. |
| FlattenTest::providerTestFlattenInvalid | function | core/ |
Provides data for the testFlattenInvalid. |
| FlattenTest::setUp | function | core/ |
|
| FlattenTest::testFlatten | function | core/ |
Tests that various array flatten operations work properly. |
| FlattenTest::testFlattenInvalid | function | core/ |
Tests that Flatten throws a MigrateException. |
| FloatData | class | core/ |
The float data type. |
| FloatData.php | file | core/ |
|
| FloatData::getCastedValue | function | core/ |
#[JsonSchema([ 'type' => 'number', ])] |
| FloatInterface | interface | core/ |
Interface for floating-point numbers. |
| FloatInterface.php | file | core/ |
|
| FloatItem | class | core/ |
Defines the 'float' field type. |
| FloatItem.php | file | core/ |
|
| FloatItem::fieldSettingsForm | function | core/ |
Returns a form for the field-level settings. |
| FloatItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
| FloatItem::propertyDefinitions | function | core/ |
Defines field item properties. |
| FloatItem::schema | function | core/ |
Returns the schema for the field. |
| flood | service | core/ |
Drupal\Core\Flood\DatabaseBackend |
| FloodInterface | interface | core/ |
Defines an interface for flood controllers. |
| FloodInterface.php | file | core/ |
|
| FloodInterface::clear | function | core/ |
Makes the flood control mechanism forget an event for the current visitor. |
| FloodInterface::garbageCollection | function | core/ |
Cleans up expired flood events. |
| FloodInterface::isAllowed | function | core/ |
Checks whether a user is allowed to proceed with the specified event. |
Pagination
- Previous page
- Page 729
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.