Search for db

  1. Search 7.x for db
  2. Search 8.9.x for db
  3. Search 10.3.x for db
  4. Search 11.x for db
  5. Other projects
Title Object type File name Summary
FieldBlockDeriver::create function core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php Creates a new class instance.
FieldBlockDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php Gets the definition of all derivatives of a base plugin.
FieldBlockDeriver::__construct function core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php Constructs new FieldBlockDeriver.
FieldBlockTest class core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\Block\FieldBlock[[api-linebreak]]
FieldBlockTest class core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\Block\FieldBlock[[api-linebreak]]
@group Field
FieldBlockTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
FieldBlockTest.php file core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
FieldBlockTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php The theme to install as the default for testing.
FieldBlockTest::$entityFieldManager property core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php The entity field manager.
FieldBlockTest::$logger property core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php The logger.
FieldBlockTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php Modules to enable.
FieldBlockTest::getTestBlock function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Instantiates a block for testing.
FieldBlockTest::providerTestBlockAccessEntityAllowedFieldHasValue function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Provides test data for ::testBlockAccessEntityAllowedFieldHasValue().
FieldBlockTest::providerTestBlockAccessNotAllowed function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Provides test data for ::testBlockAccessEntityNotAllowed().
FieldBlockTest::providerTestBuild function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Provides test data for ::testBuild().
FieldBlockTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
FieldBlockTest::setUp function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
FieldBlockTest::testBlockAccessEntityAllowedFieldHasValue function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests populated vs empty build.
FieldBlockTest::testBlockAccessEntityAllowedFieldNotAllowed function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests field access.
FieldBlockTest::testBlockAccessEntityAllowedNoField function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests fieldable entity without a particular field.
FieldBlockTest::testBlockAccessEntityAllowedNotFieldable function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests unfieldable entity.
FieldBlockTest::testBlockAccessEntityNotAllowed function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests entity access.
FieldBlockTest::testBuild function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php @covers ::build[[api-linebreak]]
@dataProvider providerTestBuild
FieldBlockTest::testBuildException function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php @covers ::build[[api-linebreak]]
FieldBlockTest::testBuildWithFormException function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests a field block that throws a form exception.
FieldBlockTest::testStatesFieldBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php Tests configuring a field block that uses #states.
FieldBlockTest::testUserFieldBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php Tests configuring a field block for a user field.
FieldBooleanTest class core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php Tests the core Drupal\views\Plugin\views\field\Boolean handler.
FieldBooleanTest.php file core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php
FieldBooleanTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php Views used by this test.
FieldBooleanTest::dataSet function core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php Returns a very simple test dataset.
FieldBooleanTest::testFieldBoolean function core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php
FieldBooleanTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldBooleanTest.php Returns the views data definition.
FieldBundle class core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php Determines the bundle for a field.
FieldBundle.php file core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php
FieldBundle::$migrateLookup property core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php The migrate lookup service.
FieldBundle::create function core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php Creates an instance of the plugin.
FieldBundle::transform function core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php Performs the associated process.
FieldBundle::__construct function core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php Constructs a ProcessField plugin.
FieldConfig::loadByName function core/modules/field/src/Entity/FieldConfig.php Loads a field config entity based on the entity type and field name.
FieldConfigStorage::loadByProperties function core/modules/field/src/FieldConfigStorage.php Load entities by their property values without any access checks.
FieldDiscovery::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes for a bundle to a migration.
FieldDiscoveryInterface::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for a bundle to a migration.
FieldStorageConfig::loadByName function core/modules/field/src/Entity/FieldStorageConfig.php Loads a field config entity based on the entity type and field name.
FieldStorageConfigStorage::loadByProperties function core/modules/field/src/FieldStorageConfigStorage.php Load entities by their property values without any access checks.
FileRepository::loadByUri function core/modules/file/src/FileRepository.php Loads the first File entity found with the specified URI.
FileRepositoryInterface::loadByUri function core/modules/file/src/FileRepositoryInterface.php Loads the first File entity found with the specified URI.
FileRepositoryTest::testLoadByUri function core/modules/file/tests/src/Kernel/FileRepositoryTest.php Tests loading a file by URI.
FileRepositoryTest::testLoadByUriCaseSensitive function core/modules/file/tests/src/Kernel/FileRepositoryTest.php Tests loading a file by case-sensitive URI.
FileUploadForm::uploadButtonSubmit function core/modules/media_library/src/Form/FileUploadForm.php Submit handler for the upload button, inside the managed_file element.

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