Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
ExtraFieldBlock::create function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
ExtraFieldBlock::defaultConfiguration function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
ExtraFieldBlock::getEntity function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Gets the entity that has the field.
ExtraFieldBlock::getPreviewFallbackString function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php
ExtraFieldBlock::replaceFieldPlaceholder function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Replaces all placeholders for a given field.
ExtraFieldBlock::__construct function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Constructs a new ExtraFieldBlock.
ExtraFieldBlockDeriver class core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php Provides entity field block definitions for every field.
ExtraFieldBlockDeriver.php file core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php
ExtraFieldBlockDeriver::$entityFieldManager property core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php The entity field manager.
ExtraFieldBlockDeriver::$entityTypeBundleInfo property core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php The entity type bundle info.
ExtraFieldBlockDeriver::$entityTypeManager property core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php The entity type manager.
ExtraFieldBlockDeriver::$entityTypeRepository property core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php The entity type repository.
ExtraFieldBlockDeriver::create function core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php
ExtraFieldBlockDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php
ExtraFieldBlockDeriver::__construct function core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php Constructs new FieldBlockDeriver.
ExtraFieldUpdatePathTest class core/modules/layout_builder/tests/src/Functional/Update/ExtraFieldUpdatePathTest.php Tests the upgrade path for Layout Builder extra fields.
ExtraFieldUpdatePathTest.php file core/modules/layout_builder/tests/src/Functional/Update/ExtraFieldUpdatePathTest.php
ExtraFieldUpdatePathTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/ExtraFieldUpdatePathTest.php
ExtraFieldUpdatePathTest::testRunUpdates function core/modules/layout_builder/tests/src/Functional/Update/ExtraFieldUpdatePathTest.php Tests the upgrade path for Layout Builder extra fields.
FactoryInterface interface core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php Factory interface implemented by all plugin factories.
FactoryInterface.php file core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php
FactoryInterface::createInstance function core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php Creates a pre-configured instance of a plugin.
FactoryTest class core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that plugins are correctly instantiated.
FactoryTest.php file core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php
FactoryTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php
FactoryTest::testDefaultFactory function core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Test that DefaultFactory can create a plugin instance.
FactoryTest::testReflectionFactory function core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Test that the Reflection factory can create a plugin instance.
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
FakeRecord class core/modules/system/src/Tests/Database/FakeRecord.php Fetches into a class.
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.php file core/modules/system/src/Tests/Database/FakeRecord.php
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
FakeViewModeContext::getRuntimeContexts function core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/ContextProvider/FakeViewModeContext.php

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