Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  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.
FailureMarker::assertNotExists function core/modules/package_manager/src/FailureMarker.php Asserts the failure file doesn't exist.
FailureMarker::getMessage function core/modules/package_manager/src/FailureMarker.php Gets the message from the file if it exists.
FailureMarker::getSubscribedEvents function core/modules/package_manager/src/FailureMarker.php
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::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::__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::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::__construct function core/lib/Drupal/Core/Field/FallbackFieldTypeCategory.php Constructs a \Drupal\Component\Plugin\PluginBase object.
FalseContentResponse class core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php Response that returns FALSE from ::getContent().
FalseContentResponse::getContent function core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php
Fast404ExceptionHtmlSubscriber class core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php High-performance 404 exception subscriber.
Fast404ExceptionHtmlSubscriber.php file core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php
Fast404ExceptionHtmlSubscriber::$cacheTagsInvalidator property core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php The cache tags invalidator.
Fast404ExceptionHtmlSubscriber::$configFactory property core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php The config factory.
Fast404ExceptionHtmlSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Specifies the request formats this subscriber will respond to.
Fast404ExceptionHtmlSubscriber::getPriority function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Specifies the priority of all listeners in this class.
Fast404ExceptionHtmlSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Registers the methods in this class that should be listeners.
Fast404ExceptionHtmlSubscriber::on404 function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Handles a 404 error for HTML.
Fast404ExceptionHtmlSubscriber::onConfigSave function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Invalidates 4xx-response cache tag if fast 404 config is changed.
Fast404ExceptionHtmlSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/Fast404ExceptionHtmlSubscriber.php Constructs a new Fast404ExceptionHtmlSubscriber.

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