57 string references to 'Fid'
- AggregatorFeedViewsData::getViewsData in core/
modules/ aggregator/ src/ AggregatorFeedViewsData.php - Returns views data for the entity type.
- AggregatorUpdateTest::testSourceFeedRequired in core/
modules/ aggregator/ tests/ src/ Functional/ Update/ AggregatorUpdateTest.php - Tests that the 'Source feed' field is required.
- aggregator_update_8200 in core/
modules/ aggregator/ aggregator.install - Make the 'Source feed' field for aggregator items required.
- ContentEntityTest::testFileSource in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ Plugin/ migrate/ source/ ContentEntityTest.php - Tests file source plugin.
- d6_aggregator_feed.yml in core/
modules/ aggregator/ migrations/ d6_aggregator_feed.yml - core/modules/aggregator/migrations/d6_aggregator_feed.yml
- d6_aggregator_item.yml in core/
modules/ aggregator/ migrations/ d6_aggregator_item.yml - core/modules/aggregator/migrations/d6_aggregator_item.yml
- d6_upload.yml in core/
modules/ file/ migrations/ d6_upload.yml - core/modules/file/migrations/d6_upload.yml
- d6_user_profile_field_instance_translation.yml in core/
modules/ config_translation/ migrations/ d6_user_profile_field_instance_translation.yml - core/modules/config_translation/migrations/d6_user_profile_field_instance_translation.yml
- d7_aggregator_feed.yml in core/
modules/ aggregator/ migrations/ d7_aggregator_feed.yml - core/modules/aggregator/migrations/d7_aggregator_feed.yml
- d7_aggregator_item.yml in core/
modules/ aggregator/ migrations/ d7_aggregator_item.yml - core/modules/aggregator/migrations/d7_aggregator_item.yml
- d7_file.yml in core/
modules/ file/ migrations/ d7_file.yml - core/modules/file/migrations/d7_file.yml
- d7_file_private.yml in core/
modules/ file/ migrations/ d7_file_private.yml - core/modules/file/migrations/d7_file_private.yml
- DatabaseBackend::schemaDefinition in core/
lib/ Drupal/ Core/ Flood/ DatabaseBackend.php - Defines the schema for the flood table.
- DatabaseFileUsageBackend::delete in core/
modules/ file/ src/ FileUsage/ DatabaseFileUsageBackend.php - Removes a record to indicate that a module is no longer using a file.
- drupal6.php in core/
modules/ migrate_drupal/ tests/ fixtures/ drupal6.php - A database agnostic dump for testing purposes.
- drupal7.php in core/
modules/ migrate_drupal/ tests/ fixtures/ drupal7.php - A database agnostic dump for testing purposes.
- EditorImageDialog::submitForm in core/
modules/ editor/ src/ Form/ EditorImageDialog.php - Form submission handler.
- FileCckTest::testProcessCckFieldValues in core/
modules/ file/ tests/ src/ Unit/ Plugin/ migrate/ cckfield/ d7/ FileCckTest.php - @covers ::processCckFieldValues
- FileField::defineValueProcessPipeline in core/
modules/ file/ src/ Plugin/ migrate/ field/ d7/ FileField.php - Apply any custom processing to the field bundle migrations.
- FileField::processCckFieldValues in core/
modules/ file/ src/ Plugin/ migrate/ cckfield/ d7/ FileField.php - Apply any custom processing to the field bundle migrations.
- FileFieldTest::testDefineValueProcessPipeline in core/
modules/ file/ tests/ src/ Unit/ Plugin/ migrate/ field/ d7/ FileFieldTest.php - @covers ::defineValueProcessPipeline
- FileItem::schema in core/
modules/ file/ src/ Plugin/ Field/ FieldType/ FileItem.php - Returns the schema for the field.
- FileViewsData::getViewsData in core/
modules/ file/ src/ FileViewsData.php - Returns views data for the entity type.
- FileViewsDataTest::testRelationshipViewsData in core/
modules/ options/ tests/ src/ Kernel/ Views/ FileViewsDataTest.php - Tests views data generated for file field relationship.
- FileViewsFieldAccessTest::testFileFields in core/
modules/ file/ tests/ src/ Kernel/ Views/ FileViewsFieldAccessTest.php - Check access for file fields.
- file_field_find_file_reference_column in core/
modules/ file/ file.field.inc - Determine whether a field references files stored in {file_managed}.
- file_field_views_data in core/
modules/ file/ file.views.inc - Implements hook_field_views_data().
- file_schema in core/
modules/ file/ file.install - Implements hook_schema().
- file_tokens in core/
modules/ file/ file.module - Implements hook_tokens().
- hook_views_data_alter in core/
modules/ views/ views.api.php - Alter the table and field information from hook_views_data().
- ImageCckTest::testProcessCckFieldValues in core/
modules/ file/ tests/ src/ Unit/ Plugin/ migrate/ cckfield/ d7/ ImageCckTest.php - @covers ::processCckFieldValues
- ImageField::defineValueProcessPipeline in core/
modules/ image/ src/ Plugin/ migrate/ field/ d7/ ImageField.php - Apply any custom processing to the field bundle migrations.
- ImageField::processCckFieldValues in core/
modules/ image/ src/ Plugin/ migrate/ cckfield/ d7/ ImageField.php - Apply any custom processing to the field bundle migrations.
- ImageFieldTest::testDefineValueProcessPipeline in core/
modules/ file/ tests/ src/ Unit/ Plugin/ migrate/ field/ d7/ ImageFieldTest.php - @runInSeparateProcess @covers ::defineValueProcessPipeline @expectedDeprecation ImageField is deprecated in Drupal 8.5.x and will be removed before Drupal 9.0.x. Use \Drupal\image\Plugin\migrate\field\d7\ImageField instead. Seeā¦
- ImageFieldTest::testProcessFieldValues in core/
modules/ image/ tests/ src/ Unit/ Plugin/ migrate/ field/ d7/ ImageFieldTest.php - @covers ::processFieldValues @expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598.
- ImageItem::schema in core/
modules/ image/ src/ Plugin/ Field/ FieldType/ ImageItem.php - Returns the schema for the field.
- ImageViewsDataTest::testRelationshipViewsData in core/
modules/ image/ tests/ src/ Kernel/ Views/ ImageViewsDataTest.php - Tests views data generated for image field relationship.
- image_field_views_data in core/
modules/ image/ image.views.inc - Implements hook_field_views_data().
- Item::setFeedId in core/
modules/ aggregator/ src/ Entity/ Item.php - Sets the feed id of aggregator item.
- ItemStorage::loadByFeed in core/
modules/ aggregator/ src/ ItemStorage.php - Loads feed items filtered by a feed.
- ItemStorageSchema::getSharedTableFieldSchema in core/
modules/ aggregator/ src/ ItemStorageSchema.php - Gets the schema for a single field definition.
- ProfileFieldValues::fields in core/
modules/ user/ src/ Plugin/ migrate/ source/ d6/ ProfileFieldValues.php - Returns available fields on the source.
- ProfileFieldValues::prepareRow in core/
modules/ user/ src/ Plugin/ migrate/ source/ d6/ ProfileFieldValues.php - Adds additional data to the row.
- ProfileValues::getProcess in core/
modules/ user/ src/ Plugin/ migrate/ ProfileValues.php - Get the normalized process pipeline configuration describing the process plugins.
- RowTest::testMultipleDestination in core/
modules/ migrate/ tests/ src/ Unit/ RowTest.php - Tests setting/getting multiple destination IDs.
- User::prepareRow in core/
modules/ user/ src/ Plugin/ migrate/ source/ d7/ User.php - Adds additional data to the row.
- user_profile_entity_display.yml in core/
modules/ user/ migrations/ user_profile_entity_display.yml - core/modules/user/migrations/user_profile_entity_display.yml
- user_profile_entity_form_display.yml in core/
modules/ user/ migrations/ user_profile_entity_form_display.yml - core/modules/user/migrations/user_profile_entity_form_display.yml
- user_profile_field_instance.yml in core/
modules/ user/ migrations/ user_profile_field_instance.yml - core/modules/user/migrations/user_profile_field_instance.yml
- views.view.aggregator_sources.yml in core/
modules/ aggregator/ config/ optional/ views.view.aggregator_sources.yml - core/modules/aggregator/config/optional/views.view.aggregator_sources.yml
- views.view.files.yml in core/
modules/ file/ config/ optional/ views.view.files.yml - core/modules/file/config/optional/views.view.files.yml
- views.view.files.yml in core/
modules/ file/ config/ optional/ views.view.files.yml - core/modules/file/config/optional/views.view.files.yml
- views.view.file_extension_view.yml in core/
modules/ file/ tests/ modules/ file_test_views/ test_views/ views.view.file_extension_view.yml - core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml
- views.view.numeric_test.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.numeric_test.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.numeric_test.yml
- views.view.test_file_user_file_data.yml in core/
modules/ file/ tests/ modules/ file_test_views/ test_views/ views.view.test_file_user_file_data.yml - core/modules/file/tests/modules/file_test_views/test_views/views.view.test_file_user_file_data.yml
- views.view.test_image_user_image_data.yml in core/
modules/ image/ tests/ modules/ image_test_views/ test_views/ views.view.test_image_user_image_data.yml - core/modules/image/tests/modules/image_test_views/test_views/views.view.test_image_user_image_data.yml
- views.view.test_style_opml.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_style_opml.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_style_opml.yml
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.