Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
FixtureManipulatorTest::testModifyPackageConfig function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests modify package config.
FixtureManipulatorTest::testRemovePackage function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests remove package.
FixtureManipulatorTest::testStagedFixtureNotCommitted function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests that the stage manipulator throws an exception if not committed.
FixtureManipulatorTrait trait core/modules/package_manager/tests/src/Traits/FixtureManipulatorTrait.php A trait for common fixture manipulator functions.
FixtureManipulatorTrait.php file core/modules/package_manager/tests/src/Traits/FixtureManipulatorTrait.php
FixtureManipulatorTrait::getStageFixtureManipulator function core/modules/package_manager/tests/src/Traits/FixtureManipulatorTrait.php Gets the stage fixture manipulator service.
FixturesBase::getOutput function core/tests/Drupal/Tests/Composer/Plugin/FixturesBase.php Gets the output from the io() fixture.
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.
fixture_manipulator.info.yml file core/modules/package_manager/tests/modules/fixture_manipulator/fixture_manipulator.info.yml core/modules/package_manager/tests/modules/fixture_manipulator/fixture_manipulator.info.yml
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
FocusFirstCommand::$selector property core/lib/Drupal/Core/Ajax/FocusFirstCommand.php The selector of the container with tabbable elements.
form-element--new-storage-type.html.twig file core/modules/field_ui/templates/form-element--new-storage-type.html.twig Default theme implementation for a storage type option form element.
form-element--new-storage-type.html.twig file core/themes/stable9/templates/admin/form-element--new-storage-type.html.twig Theme override for a storage type option form element.
FormAjaxSubscriberTest::testOnException function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception.
FormAjaxSubscriberTest::testOnExceptionBrokenPostRequest function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception broken post request.
FormAjaxSubscriberTest::testOnExceptionNestedException function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception nested exception.
FormAjaxSubscriberTest::testOnExceptionNestedWrongException function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception nested wrong exception.
FormAjaxSubscriberTest::testOnExceptionNewBuildId function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception new build id.
FormAjaxSubscriberTest::testOnExceptionOtherClass function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception other class.
FormAjaxSubscriberTest::testOnExceptionResponseBuilderException function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception response builder exception.
FormatDateTest::testMigrateExceptionMissingToFormat function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests that missing configuration will throw an exception.
FormattableMarkup::__toString function core/lib/Drupal/Component/Render/FormattableMarkup.php Returns markup.
FormattableMarkupTest::testToString function core/tests/Drupal/Tests/Component/Render/FormattableMarkupTest.php @legacy-covers ::__toString
@legacy-covers ::jsonSerialize
FormattedDateDiff::toRenderable function core/lib/Drupal/Core/Datetime/FormattedDateDiff.php Returns a render array representation of the object.
FormatterPluginManager::getOptions function core/lib/Drupal/Core/Field/FormatterPluginManager.php Returns an array of formatter options for a field type.
FormBase::$configFactory property core/lib/Drupal/Core/Form/FormBase.php The config factory.
FormBase::configFactory function core/lib/Drupal/Core/Form/FormBase.php Gets the config factory for this form.
FormBase::resetConfigFactory function core/lib/Drupal/Core/Form/FormBase.php Resets the configuration factory.
FormBase::setConfigFactory function core/lib/Drupal/Core/Form/FormBase.php Sets the config factory for this form.
FormBuilder::$csrfToken property core/lib/Drupal/Core/Form/FormBuilder.php The CSRF token generator to validate the form token.
FormBuilder::$formValidator property core/lib/Drupal/Core/Form/FormBuilder.php The form validator.
FormBuilder::buttonWasClicked function core/lib/Drupal/Core/Form/FormBuilder.php Determines if a given button triggered the form submission.
FormBuilder::renderFormTokenPlaceholder function core/lib/Drupal/Core/Form/FormBuilder.php Renders the form CSRF token. It's a #lazy_builder callback.
FormBuilder::setInvalidTokenError function core/lib/Drupal/Core/Form/FormBuilder.php Sets a form_token error on the given form state.
FormBuilderTest::providerTestFormTokenCacheability function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Data provider for testFormTokenCacheability.
FormBuilderTest::providerTestInvalidToken function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
FormBuilderTest::testFormTokenCacheability function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests form token cacheability.
FormBuilderTest::testInvalidToken function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests invalid token.
FormCache::$configFactory property core/lib/Drupal/Core/Form/FormCache.php The config factory.
FormCache::$csrfToken property core/lib/Drupal/Core/Form/FormCache.php The CSRF token generator to validate the form token.
FormCache::$keyValueExpirableFactory property core/lib/Drupal/Core/Form/FormCache.php The factory for expirable key value stores used by form cache.
FormCacheTest::$csrfToken property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php The CSRF token generator.
FormCacheTest::$formCacheStore property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php The expirable key value store used by form cache.
FormCacheTest::$formStateCacheStore property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php The expirable key value store used by form state cache.
FormCacheTest::$keyValueExpirableFactory property core/tests/Drupal/Tests/Core/Form/FormCacheTest.php The expirable key value factory.
FormCacheTest::testCacheCustomExpiration function core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php Tests the form cache with an overridden cache expiration.
FormCacheTest::testCacheToken function core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php Tests the form cache with a logged-in user.
FormCacheTest::testGetCacheInvalidToken function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php Tests get cache invalid token.
FormCacheTest::testGetCacheValidToken function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php Tests get cache valid token.

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