function hosting_alias_views_api in Hosting 7.3
Same name and namespace in other branches
- 7.4 alias/hosting_alias.module \hosting_alias_views_api()
Views integration.
File
- alias/
hosting_alias.module, line 611 - Allow sites to have domain aliases that they can be accessed with.
Code
function hosting_alias_views_api() {
return [
'api' => 3,
'path' => drupal_get_path('module', 'hosting_alias') . '/includes/views',
];
}