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 main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| FloodInterface::register | function | core/ |
Registers an event for the current visitor to the flood control mechanism. |
| FloodTest | class | core/ |
Functional tests for the flood control mechanism. |
| FloodTest.php | file | core/ |
|
| FloodTest::$modules | property | core/ |
Modules to install. |
| FloodTest::floodBackendProvider | function | core/ |
Provides an array of backends for testClearByPrefix. |
| FloodTest::testCleanUp | function | core/ |
Tests flood control mechanism clean-up. |
| FloodTest::testClearByPrefix | function | core/ |
Tests clearByPrefix method on flood backends. |
| FloodTest::testDatabaseBackend | function | core/ |
Tests flood control database backend. |
| FocusFirstCommand | class | core/ |
AJAX command for focusing an element. |
| FocusFirstCommand.php | file | core/ |
Pagination
- Previous page
- Page 743
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.