Search for to

  1. Search 7.x for to
  2. Search 8.9.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
FieldPluginBaseTest::testRenderAsLinkWithPathAndTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Tests rendering of a link with a path and options.
FieldPluginBaseTestField::setLinkGenerator function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php
FieldResolver::$resourceTypeRepository property core/modules/jsonapi/src/Context/FieldResolver.php The JSON:API resource type repository service.
FieldResolverTest::$resourceTypeRepository property core/modules/jsonapi/tests/src/Kernel/Context/FieldResolverTest.php The JSON:API resource type repository.
Fields::submitOptionsForm function core/modules/views/src/Plugin/views/row/Fields.php Perform any necessary changes to the form values prior to storage.
FieldSettingsTest::testConfigurableFieldStorageSettings function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @covers \Drupal\field\Entity\FieldStorageConfig::getSettings[[api-linebreak]]
@covers \Drupal\field\Entity\FieldStorageConfig::setSettings[[api-linebreak]]
FieldSqlStorageTest class core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests Field SQL Storage .
FieldSqlStorageTest.php file core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
FieldSqlStorageTest::$field property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php A field to use in this test class.
FieldSqlStorageTest::$fieldCardinality property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
FieldSqlStorageTest::$fieldName property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php The name of the created field.
FieldSqlStorageTest::$fieldStorage property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php A field storage to use in this class.
FieldSqlStorageTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Modules to enable.
FieldSqlStorageTest::$revisionTable property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Name of the revision table of the field.
FieldSqlStorageTest::$table property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Name of the data table of the field.
FieldSqlStorageTest::$tableMapping property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php The table mapping for the tested entity type.
FieldSqlStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
FieldSqlStorageTest::testFieldLoad function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests field loading works correctly by inserting directly in the tables.
FieldSqlStorageTest::testFieldSqlStorageForeignKeys function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests foreign key support.
FieldSqlStorageTest::testFieldUpdateFailure function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests that failure to create fields is handled gracefully.
FieldSqlStorageTest::testFieldUpdateIndexesWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests adding and removing indexes while data is present.
FieldSqlStorageTest::testFieldWrite function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests field saving works correctly by reading directly from the tables.
FieldSqlStorageTest::testLongNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests that long entity type and field names do not break.
FieldSqlStorageTest::testTableNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests table name generation.
FieldSqlStorageTest::testUpdateFieldSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests trying to update a field with data.
FieldStorageAddForm class core/modules/field_ui/src/Form/FieldStorageAddForm.php Provides a form for the "field storage" add page.
FieldStorageAddForm.php file core/modules/field_ui/src/Form/FieldStorageAddForm.php
FieldStorageAddForm::$bundle property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity bundle.
FieldStorageAddForm::$configFactory property core/modules/field_ui/src/Form/FieldStorageAddForm.php The configuration factory.
FieldStorageAddForm::$entityDisplayRepository property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity display repository.
FieldStorageAddForm::$entityFieldManager property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity field manager.
FieldStorageAddForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageAddForm.php The name of the entity type.
FieldStorageAddForm::$entityTypeManager property core/modules/field_ui/src/Form/FieldStorageAddForm.php The entity type manager.
FieldStorageAddForm::$fieldTypePluginManager property core/modules/field_ui/src/Form/FieldStorageAddForm.php The field type plugin manager.
FieldStorageAddForm::buildForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form constructor.
FieldStorageAddForm::configureEntityFormDisplay function core/modules/field_ui/src/Form/FieldStorageAddForm.php Configures the field for the default form mode.
FieldStorageAddForm::configureEntityViewDisplay function core/modules/field_ui/src/Form/FieldStorageAddForm.php Configures the field for the default view mode.
FieldStorageAddForm::create function core/modules/field_ui/src/Form/FieldStorageAddForm.php Instantiates a new instance of this class.
FieldStorageAddForm::fieldNameExists function core/modules/field_ui/src/Form/FieldStorageAddForm.php Checks if a field machine name is taken.
FieldStorageAddForm::getExistingFieldLabels function core/modules/field_ui/src/Form/FieldStorageAddForm.php Gets the human-readable labels for the given field storage names.
FieldStorageAddForm::getExistingFieldStorageOptions function core/modules/field_ui/src/Form/FieldStorageAddForm.php Returns an array of existing field storages that can be added to a bundle.
FieldStorageAddForm::getFormId function core/modules/field_ui/src/Form/FieldStorageAddForm.php Returns a unique string identifying the form.
FieldStorageAddForm::submitForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form submission handler.
FieldStorageAddForm::validateAddExisting function core/modules/field_ui/src/Form/FieldStorageAddForm.php Validates the 're-use existing field' case.
FieldStorageAddForm::validateAddNew function core/modules/field_ui/src/Form/FieldStorageAddForm.php Validates the 'add new field' case.
FieldStorageAddForm::validateForm function core/modules/field_ui/src/Form/FieldStorageAddForm.php Form validation handler.
FieldStorageAddForm::__construct function core/modules/field_ui/src/Form/FieldStorageAddForm.php Constructs a new FieldStorageAddForm object.
FieldStorageConfig class core/modules/field/src/Entity/FieldStorageConfig.php Defines the Field storage configuration entity.
FieldStorageConfig.php file core/modules/field/src/Entity/FieldStorageConfig.php
FieldStorageConfig::$cardinality property core/modules/field/src/Entity/FieldStorageConfig.php The field cardinality.

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