Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
FieldConfigStorageBase::mapFromStorageRecords function core/lib/Drupal/Core/Field/FieldConfigStorageBase.php Maps from storage records to entity objects.
FieldConfigStorageBase::mapToStorageRecord function core/lib/Drupal/Core/Field/FieldConfigStorageBase.php Maps from an entity object to the storage record.
FieldCounterTest::testExcludedTitleTokenDisplay function core/modules/rest/tests/src/Functional/Views/FieldCounterTest.php Tests the display of an excluded title field when used as a token.
FieldCrudTest::$fieldStorage property core/modules/field/tests/src/Kernel/FieldCrudTest.php The field storage entity.
FieldCrudTest::$fieldStorageDefinition property core/modules/field/tests/src/Kernel/FieldCrudTest.php The field entity definition.
FieldCrudTest::testCreateFieldCustomStorage function core/modules/field/tests/src/Kernel/FieldCrudTest.php Test creating a field with custom storage set.
FieldCustomTest class core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Tests the core Drupal\views\Plugin\views\field\Custom handler.
FieldCustomTest.php file core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php
FieldCustomTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Views used by this test.
FieldCustomTest::testCustomFieldXss function core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Ensure that custom field content is XSS filtered.
FieldCustomTest::testFieldCustom function core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Ensure that custom fields work and doesn't escape unnecessary markup.
FieldCustomTest::testFieldCustomTokens function core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Ensure that custom fields can use tokens.
FieldCustomTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php Returns the views data definition.
FieldDataCountTest::$storage property core/modules/field/tests/src/Kernel/FieldDataCountTest.php
FieldDataCountTest::$storageRev property core/modules/field/tests/src/Kernel/FieldDataCountTest.php
FieldDataCountTest::$storageUser property core/modules/field/tests/src/Kernel/FieldDataCountTest.php
FieldDefinition::$fieldStorageDefinition property core/lib/Drupal/Core/Field/FieldDefinition.php The associated field storage definition.
FieldDefinition::createFromFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Creates a new field definition.
FieldDefinition::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the field storage definition.
FieldDefinition::setFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Set the field storage definition.
FieldDefinitionIntegrityTest::modulesWithSubdirectory function core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php Find modules with a specified subdirectory.
FieldDefinitionInterface::getFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the field storage definition.
FieldDefinitionListener::$keyValueFactory property core/lib/Drupal/Core/Field/FieldDefinitionListener.php The key-value factory.
FieldDefinitionListenerTest::$keyValueFactory property core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php The key-value factory.
FieldDefinitionListenerTest::testOnFieldDefinitionCreateExistingField function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionCreate
FieldDefinitionListenerTest::testOnFieldDefinitionCreateNewField function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionCreate
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteMultipleBundles function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionDelete
FieldDefinitionListenerTest::testOnFieldDefinitionDeleteSingleBundles function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionDelete
FieldDefinitionListenerTest::testOnFieldDefinitionUpdate function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionUpdate
FieldDefinitionTest::$storageDefinition property core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php The test field storage definition.
FieldDefinitionTest::$storageSupportsTranslation property core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php A flag for setting if the field storage supports translation.
FieldDefinitionTest::factoryTypeProvider function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php A data provider for all the types of factories that can create definitions.
FieldDefinitionTest::initializeFieldUsingFactory function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php Creates a bundle field using a specified factory.
FieldDropbuttonTest class core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Tests the core Drupal\views\Plugin\views\field\Dropbutton handler.
FieldDropButtonTest class core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Tests the dropbutton field handler.
FieldDropbuttonTest.php file core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php
FieldDropButtonTest.php file core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php
FieldDropButtonTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php The theme to install as the default for testing.
FieldDropbuttonTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Modules to enable.
FieldDropButtonTest::$modules property core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Modules to enable.
FieldDropbuttonTest::$node1 property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Test node.
FieldDropbuttonTest::$node2 property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Test node.
FieldDropbuttonTest::$node3 property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Test node.
FieldDropbuttonTest::$testUser property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Test user.
FieldDropbuttonTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Views to be enabled.
FieldDropButtonTest::$testViews property core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Views used by this test.
FieldDropbuttonTest::setUp function core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php
FieldDropButtonTest::setUp function core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php
FieldDropButtonTest::testDropbutton function core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php Tests dropbutton field.
FieldDropbuttonTest::testDropbuttonMarkupShouldNotLeakBetweenRows function core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php Tests that dropbutton markup doesn't leak between rows.

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