
| Current Path : /var/www/html/dataninja.cn/core/modules/system/tests/modules/entity_test/ |
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/dataninja.cn/core/modules/system/tests/modules/entity_test/entity_test.views.inc |
<?php
/**
* @file
* Include file for test module.
*/
/**
* 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';
}