Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Fixtures::drupalCoreComposerFixture | function | core/ |
Generate a suitable DrupalCoreComposer fixture for testing. |
| Fixtures::getComposer | function | core/ |
Gets the Composer object. |
| Fixtures::getLocationReplacements | function | core/ |
Gets an Interpolator with 'web-root' and 'package-name' set. |
| Fixtures::getOutput | function | core/ |
Gets the output from the io() fixture. |
| Fixtures::io | function | core/ |
Gets an IO fixture. |
| Fixtures::mkTmpDir | function | core/ |
Creates a temporary directory. |
| Fixtures::persistentPrefix | function | core/ |
Generates a persistent prefix to use with all of our temporary directories. |
| Fixtures::projectFixtureDir | function | core/ |
Gets the path to one particular project fixture. |
| Fixtures::projectRoot | function | core/ |
Gets the path to Scaffold component. |
| Fixtures::replaceOp | function | core/ |
Creates a ReplaceOp fixture. |
| Fixtures::runComposer | function | core/ |
Runs a `composer` command. |
| Fixtures::runScaffold | function | core/ |
Runs the scaffold operation. |
| Fixtures::sourcePath | function | core/ |
Gets a path to a source scaffold fixture. |
| Fixtures::tearDown | function | core/ |
Calls 'tearDown' in any test that copies fixtures to transient locations. |
| Fixtures::tmpDir | function | core/ |
Generates a path to a temporary location, but do not create the directory. |
| 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/ |
Gets the primitive data value casted to the correct PHP type. |
| 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. |
Pagination
- Previous page
- Page 701
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.