You are here

argument-placeholder.php in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/modules/views/tests/fixtures/update/argument-placeholder.php

File

core/modules/views/tests/fixtures/update/argument-placeholder.php
View source
<?php

$connection = Drupal\Core\Database\Database::getConnection();
$connection
  ->insert('config')
  ->fields(array(
  'collection' => '',
  'name' => 'views.view.test_token_view',
  'data' => serialize(\Drupal\Component\Serialization\Yaml::decode(file_get_contents('core/modules/views/tests/modules/views_test_config/test_views/views.view.test_token_view.yml'))),
))
  ->execute();