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 11.x for %s
  6. Other projects
Title Object type File name Summary
FieldAccessTest::testFieldAccess function core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php Tests hook_entity_field_access() and hook_entity_field_access_alter().
FieldAccessTest::testFieldAccess function core/modules/field/tests/src/Functional/FieldAccessTest.php Tests that hook_entity_field_access() is called.
FieldApiDataTest class core/modules/views/tests/src/Kernel/FieldApiDataTest.php Tests the Field Views data.
FieldApiDataTest.php file core/modules/views/tests/src/Kernel/FieldApiDataTest.php
FieldApiDataTest::$modules property core/modules/views/tests/src/Kernel/FieldApiDataTest.php Modules to install.
FieldApiDataTest::$testViews property core/modules/views/tests/src/Kernel/FieldApiDataTest.php Views to be enabled.
FieldApiDataTest::getViewsData function core/modules/views/tests/src/Kernel/FieldApiDataTest.php Gets the views data for the field created in setUp().
FieldApiDataTest::setUp function core/modules/views/tests/src/Kernel/FieldApiDataTest.php
FieldApiDataTest::testEntityFieldFilter function core/modules/views/tests/src/Kernel/FieldApiDataTest.php Tests filtering entries with different translatability.
FieldApiDataTest::testViewsData function core/modules/views/tests/src/Kernel/FieldApiDataTest.php Unit testing the views data structure.
FieldAPIHandlerTrait::$fieldStorageDefinition property core/modules/views/src/FieldAPIHandlerTrait.php The field storage definition.
FieldAPIHandlerTrait::getFieldStorageDefinition function core/modules/views/src/FieldAPIHandlerTrait.php Gets the field storage configuration.
FieldAttachOtherTest class core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Tests other Field API functions.
FieldAttachOtherTest.php file core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php
FieldAttachOtherTest::setUp function core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Set the default field storage backend for fields created during tests.
FieldAttachOtherTest::testEntityCache function core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Tests entity cache.
FieldAttachOtherTest::testEntityDisplayBuild function core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Tests rendering fields with EntityDisplay build().
FieldAttachOtherTest::testEntityDisplayViewMultiple function core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Tests rendering fields with EntityDisplay::buildMultiple().
FieldAttachOtherTest::testEntityFormDisplayBuildForm function core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::buildForm().
FieldAttachOtherTest::testEntityFormDisplayExtractFormValues function core/modules/field/tests/src/Kernel/FieldAttachOtherTest.php Tests \Drupal\Core\Entity\Display\EntityFormDisplayInterface::extractFormValues().
FieldAttachStorageTest class core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests storage-related Field Attach API functions.
FieldAttachStorageTest.php file core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php
FieldAttachStorageTest::setUp function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Set the default field storage backend for fields created during tests.
FieldAttachStorageTest::testEntityCreateBundle function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests entity_bundle_create().
FieldAttachStorageTest::testEntityDeleteBundle function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests entity_bundle_delete().
FieldAttachStorageTest::testFieldAttachDelete function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests entity deletion.
FieldAttachStorageTest::testFieldAttachLoadMultiple function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests the 'multiple' load feature.
FieldAttachStorageTest::testFieldAttachSaveEmptyData function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests insert and update with empty or NULL fields.
FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests insert with empty or NULL fields, with default value.
FieldAttachStorageTest::testFieldAttachSaveLoad function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Check field values insert, update and load.
FieldBlock::blockAccess function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Indicates whether the block should be shown.
FieldBlock::blockSubmit function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php
FieldBlock::entityFieldHasDefaultValue function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Checks whether there is a default value set on the field.
FieldBlock::formatterSettingsAjaxCallback function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Render API callback: gets the layout settings elements.
FieldBlock::formatterSettingsProcessCallback function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Render API callback: builds the formatter settings elements.
FieldBlock::getApplicablePluginOptions function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Returns an array of applicable formatter options for a field.
FieldBlock::getPreviewFallbackString function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php
FieldBlock::thirdPartySettingsForm function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Adds the formatter third party settings forms.
FieldBlock::__construct function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Constructs a new FieldBlock.
FieldBlockDeriver::$entityTypeRepository property core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php The entity type repository.
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.
FieldBlockDeriverTest class core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php Tests field block plugin derivatives.
FieldBlockDeriverTest.php file core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php
FieldBlockDeriverTest::$modules property core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php Modules to install.
FieldBlockDeriverTest::getBlockPluginIds function core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php Get an uncached list of block plugin IDs.
FieldBlockDeriverTest::testFieldBlockDerivers function core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php Tests that field block derivers only expose fields for Layout Builder enabled bundles.
FieldBlockTest class core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php Tests Drupal\layout_builder\Plugin\Block\FieldBlock.
FieldBlockTest class core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Tests Drupal\layout_builder\Plugin\Block\FieldBlock.
FieldBlockTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php

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