
| Current Path : /var/www/html/rocksensor1/web/core/modules/views/tests/fixtures/update/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/core/modules/views/tests/fixtures/update/entity-id-argument.php |
<?php
/**
* @file
* Test fixture.
*/
use Drupal\Core\Database\Database;
use Drupal\Component\Serialization\Yaml;
$connection = Database::getConnection();
$config = Yaml::decode(file_get_contents(__DIR__ . '/views.view.test_entity_id_argument_update.yml'));
$connection->insert('config')
->fields([
'collection' => '',
'name' => 'views.view.test_entity_id_argument_update',
'data' => serialize($config),
])
->execute();