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 main for all
  6. Other projects
Title Object type File name Summary
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.
FakeSiteFixtureTest::testComposerValidate function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests that the fixture passes `composer validate`.
FakeSiteFixtureTest::testExpectedPackages function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Checks that the expected packages are installed in the fake site fixture.
FakeSiteFixtureTest::testLifeCycle function core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php Tests the complete stage life cycle using the 'fake-site' fixture.
FakeViewModeContext class core/modules/layout_builder/tests/modules/layout_builder_field_block_test/src/ContextProvider/FakeViewModeContext.php Provides a global context for view_mode for testing purposes.
FakeViewModeContext.php file core/modules/layout_builder/tests/modules/layout_builder_field_block_test/src/ContextProvider/FakeViewModeContext.php
FakeViewModeContext::getAvailableContexts function core/modules/layout_builder/tests/modules/layout_builder_field_block_test/src/ContextProvider/FakeViewModeContext.php Gets all available contexts for the purposes of configuration.
FakeViewModeContext::getRuntimeContexts function core/modules/layout_builder/tests/modules/layout_builder_field_block_test/src/ContextProvider/FakeViewModeContext.php Gets runtime context values for the given context IDs.
FallbackFieldTypeCategory class core/lib/Drupal/Core/Field/FallbackFieldTypeCategory.php Fallback plugin class for FieldTypeCategoryManager.
FallbackFieldTypeCategory.php file core/lib/Drupal/Core/Field/FallbackFieldTypeCategory.php
FallbackFieldTypeCategory::__construct function core/lib/Drupal/Core/Field/FallbackFieldTypeCategory.php Constructs a \Drupal\Component\Plugin\PluginBase object.
FallbackPluginManagerInterface interface core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php An interface implemented by plugin managers with fallback plugin behaviors.
FallbackPluginManagerInterface.php file core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php

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