media_migration-8.x-1.x-dev/tests/fixtures/drupal7_video_embed_field_partial/field_config.php
tests/fixtures/drupal7_video_embed_field_partial/field_config.php
<?php
// phpcs:ignoreFile
/**
* @file
* A database agnostic dump for testing purposes.
*
* This file was generated by the Drupal 9.2.6 db-tools.php script.
*/
use Drupal\Core\Database\Database;
$connection = Database::getConnection();
$connection->insert('field_config')
->fields(array(
'id' => '3273427',
'field_name' => 'field_vid_emb',
'type' => 'video_embed_field',
'module' => 'video_embed_field',
'active' => '1',
'storage_type' => 'field_sql_storage',
'storage_module' => 'field_sql_storage',
'storage_active' => '1',
'locked' => '0',
'data' => 'a:7:{s:12:"translatable";s:1:"0";s:12:"entity_types";a:0:{}s:8:"settings";a:0:{}s:7:"storage";a:5:{s:4:"type";s:17:"field_sql_storage";s:8:"settings";a:0:{}s:6:"module";s:17:"field_sql_storage";s:6:"active";s:1:"1";s:7:"details";a:1:{s:3:"sql";a:2:{s:18:"FIELD_LOAD_CURRENT";a:1:{s:24:"field_data_field_vid_emb";a:5:{s:9:"video_url";s:23:"field_vid_emb_video_url";s:14:"thumbnail_path";s:28:"field_vid_emb_thumbnail_path";s:10:"video_data";s:24:"field_vid_emb_video_data";s:10:"embed_code";s:24:"field_vid_emb_embed_code";s:11:"description";s:25:"field_vid_emb_description";}}s:19:"FIELD_LOAD_REVISION";a:1:{s:28:"field_revision_field_vid_emb";a:5:{s:9:"video_url";s:23:"field_vid_emb_video_url";s:14:"thumbnail_path";s:28:"field_vid_emb_thumbnail_path";s:10:"video_data";s:24:"field_vid_emb_video_data";s:10:"embed_code";s:24:"field_vid_emb_embed_code";s:11:"description";s:25:"field_vid_emb_description";}}}}}s:12:"foreign keys";a:0:{}s:7:"indexes";a:0:{}s:2:"id";s:7:"3273427";}',
'cardinality' => '1',
'translatable' => '0',
'deleted' => '0',
))
->execute();
