Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main 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.
FakeAbstractProxy class core/tests/Drupal/Tests/Core/Session/SessionManagerTest.php
FakeAbstractProxy::$id property core/tests/Drupal/Tests/Core/Session/SessionManagerTest.php Stores the fake session ID.
FakeAbstractProxy::getId function core/tests/Drupal/Tests/Core/Session/SessionManagerTest.php
FakeAbstractProxy::setId function core/tests/Drupal/Tests/Core/Session/SessionManagerTest.php
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 Unregisters 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.
FakePhpassHashedPassword class core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php A fake class for tests.
FakePhpassHashedPassword::enforceLog2Boundaries function core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php Exposes this method as public for tests.
FakePhpassHashedPassword::__construct function core/tests/Drupal/Tests/Core/Password/PasswordHashingTest.php Constructs a new password hashing instance.
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::__construct function core/modules/system/tests/src/Functional/Database/FakeRecord.php Constructs a FakeRecord object with an optional constructor argument.
FakeTemplateWrapper class core/modules/help_topics/tests/src/Unit/HelpTopicTwigTest.php Defines a fake template class to mock \Twig\TemplateWrapper.
FakeTemplateWrapper::$body property core/modules/help_topics/tests/src/Unit/HelpTopicTwigTest.php Body text to return from the render() method.
FakeTemplateWrapper::render function core/modules/help_topics/tests/src/Unit/HelpTopicTwigTest.php Mocks the \Twig\TemplateWrapper render() method.
FakeTemplateWrapper::__construct function core/modules/help_topics/tests/src/Unit/HelpTopicTwigTest.php Constructor.
FakeViewModeContext class core/modules/layout_builder/tests/modules/layout_builder_fieldblock_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_fieldblock_test/src/ContextProvider/FakeViewModeContext.php
FakeViewModeContext::getAvailableContexts function core/modules/layout_builder/tests/modules/layout_builder_fieldblock_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_fieldblock_test/src/ContextProvider/FakeViewModeContext.php Gets runtime context values for the given context IDs.
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
FallbackPluginManagerInterface::getFallbackPluginId function core/lib/Drupal/Component/Plugin/FallbackPluginManagerInterface.php Gets a fallback id for a missing plugin.
farbtastic.css file core/assets/vendor/farbtastic/farbtastic.css .farbtastic {
position: relative;
}
.farbtastic * {
position: absolute;
cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
width: 195px;
height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
top: 47px;
left: 47px;
width:…
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.
Fast404Test class core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php Tests the fast 404 functionality.
Fast404Test.php file core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php
Fast404Test::$defaultTheme property core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php The theme to install as the default for testing.
Fast404Test::$modules property core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php Modules to enable.
Fast404Test::testFast404 function core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php Tests the fast 404 functionality.
Fast404Test::testFast404PrivateFiles function core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php Tests the fast 404 functionality.
FastTest class core/modules/system/tests/src/Functional/Theme/FastTest.php Tests autocompletion not loading registry.

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