Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
FactoryTest::testReflectionFactory function core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that the Reflection factory can create a plugin instance.
failed_22_update function core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php Simulates a hook_update_N functions.
Failing class core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Failing.php An image toolkit operation that throws a \RuntimeException.
Failing.php file core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Failing.php
Failing::execute function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/Failing.php Performs the actual manipulation on the image.
FailureMarker class core/modules/package_manager/src/FailureMarker.php Handles failure marker file operation.
FailureMarker.php file core/modules/package_manager/src/FailureMarker.php
FailureMarker::assertNotExists function core/modules/package_manager/src/FailureMarker.php Asserts the failure file doesn't exist.
FailureMarker::clear function core/modules/package_manager/src/FailureMarker.php Deletes the marker file.
FailureMarker::excludeMarkerFile function core/modules/package_manager/src/FailureMarker.php Excludes the failure marker file from stage operations.
FailureMarker::getData function core/modules/package_manager/src/FailureMarker.php Gets the data from the file if it exists.
FailureMarker::getMessage function core/modules/package_manager/src/FailureMarker.php Gets the message from the file if it exists.
FailureMarker::getPath function core/modules/package_manager/src/FailureMarker.php Gets the marker file path.
FailureMarker::getSubscribedEvents function core/modules/package_manager/src/FailureMarker.php
FailureMarker::write function core/modules/package_manager/src/FailureMarker.php Writes data to marker file.
FailureMarker::__construct function core/modules/package_manager/src/FailureMarker.php
FailureMarkerExistsException class core/modules/package_manager/src/Exception/FailureMarkerExistsException.php Exception thrown if a stage can't be created due to an earlier failed commit.
FailureMarkerExistsException.php file core/modules/package_manager/src/Exception/FailureMarkerExistsException.php
FailureMarkerRequirementTest class core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php Tests that Package Manager's requirements check for the failure marker.
FailureMarkerRequirementTest.php file core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php
FailureMarkerRequirementTest::$modules property core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php Modules to install.
FailureMarkerRequirementTest::testFailureMarkerExists function core/modules/package_manager/tests/src/Functional/FailureMarkerRequirementTest.php Tests that error is shown if failure marker already exists.
FailureMarkerTest class core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests Drupal\package_manager\FailureMarker.
FailureMarkerTest.php file core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php
FailureMarkerTest::testAssertNotExists function core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests that the failure marker can contain an exception message.
FailureMarkerTest::testExceptionForInvalidYaml function core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests that an exception is thrown if the marker file contains invalid YAML.
FailureMarkerTest::testGetMessageWithoutThrowable function core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests get message without throwable.
FailureMarkerTest::testGetMessageWithThrowable function core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests get message with throwable.
FailureMarkerTest::testMarkerFileIsExcluded function core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php Tests marker file is excluded.
FakeAutoloader class core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php A fake autoloader for testing.
FakeAutoloader::findFile function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Finds a file by class name while caching lookups to APC.
FakeAutoloader::loadClass function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Loads the given class or interface.
FakeAutoloader::register function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Registers this instance as an autoloader.
FakeAutoloader::unregister function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Deregisters this instance as an autoloader.
FakeLogEntries trait core/modules/dblog/tests/src/Functional/FakeLogEntries.php Provides methods to generate log entries.
FakeLogEntries.php file core/modules/dblog/tests/src/Functional/FakeLogEntries.php
FakeLogEntries::generateLogEntries function core/modules/dblog/tests/src/Functional/FakeLogEntries.php Generates a number of random database log events.
FakeRecord class core/modules/system/tests/src/Functional/Database/FakeRecord.php Fetches into a class.
FakeRecord.php file core/modules/system/tests/src/Functional/Database/FakeRecord.php
FakeRecord::$fakeArg property core/modules/system/tests/src/Functional/Database/FakeRecord.php A class variable.
FakeRecord::$job property core/modules/system/tests/src/Functional/Database/FakeRecord.php The property used in tests.
FakeRecord::$name property core/modules/system/tests/src/Functional/Database/FakeRecord.php The property used in tests.
FakeRecord::__construct function core/modules/system/tests/src/Functional/Database/FakeRecord.php Constructs a FakeRecord object with an optional constructor argument.
FakeSiteFixtureTest class core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Test that the 'fake-site' fixture is a valid starting point.
FakeSiteFixtureTest.php file core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php
FakeSiteFixtureTest::getExpectedFakeSitePackages function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Gets the expected packages in the `fake_site` fixture.
FakeSiteFixtureTest::testCallToComposerInspectorMethods function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests calls to ComposerInspector class methods.
FakeSiteFixtureTest::testCallToRemovePackage function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests if `removePackage` can be called on all packages in the fixture.
FakeSiteFixtureTest::testCallToSetVersion function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests if `setVersion` can be called on all packages in the fixture.
FakeSiteFixtureTest::testComposerShow function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests that Composer show command can be used on the fixture.

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