You are here

entity_test.views.inc in Zircon Profile 8

File

core/modules/system/tests/modules/entity_test/entity_test.views.inc
View source
<?php

/**
 * Implements hook_views_data_alter().
 */
function entity_test_views_data_alter(&$data) {
  $data['entity_test']['name_alias'] = $data['entity_test']['name'];
  $data['entity_test']['name_alias']['field']['real field'] = 'name';
}

Functions