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. Search 11.x for to
  6. Other projects
Title Object type File name Summary
FixtureManipulator::requirePackage function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Requires a package.
FixtureManipulator::runComposerCommand function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
FixtureManipulator::setCorePackageVersion function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Modifies core packages.
FixtureManipulator::setUpRepos function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Sets up the path repos at absolute paths.
FixtureManipulator::setVersion function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Sets a package version.
FixtureManipulator::updateLock function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php
FixtureManipulator::validateComposer function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Validate the fixtures still passes `composer validate`.
FixtureManipulator::__destruct function core/modules/package_manager/tests/modules/fixture_manipulator/src/FixtureManipulator.php Ensure that changes were committed before object is destroyed.
FixtureManipulatorTest class core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests Drupal\fixture_manipulator\FixtureManipulator.
FixtureManipulatorTest.php file core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php
FixtureManipulatorTest::$dir property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The root directory of the test project.
FixtureManipulatorTest::$expectedTearDownException property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The exception expected in ::tearDown() of this test.
FixtureManipulatorTest::$inspector property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The Composer inspector service.
FixtureManipulatorTest::$originalFixturePackages property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The original fixture package list at the start of the test.
FixtureManipulatorTest::setUp function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php
FixtureManipulatorTest::tearDown function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php @todo Remove the line below when https://github.com/phpstan/phpstan-phpunit/issues/187 is fixed.
@phpstan-ignore-next-line
FixtureManipulatorTest::testActiveManipulatorNoCommitError function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Test that an exception is thrown if ::commitChanges() is not called.
FixtureManipulatorTest::testAddDotGitFolder function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests add dot git folder.
FixtureManipulatorTest::testAddPackage function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests add package.
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/themes/stable9/templates/admin/form-element--new-storage-type.html.twig Theme override for a storage type option form element.
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.
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
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
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.

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