comparison vendor/chi-teck/drupal-code-generator/templates/d7/views-plugin/argument-default.module.twig @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c75dbcec494b
1 <?php
2
3 /**
4 * @file
5 * Primary module hooks for {{ name }} module.
6 */
7
8 /**
9 * Implements hook_views_api().
10 */
11 function {{ machine_name }}_views_api() {
12 return array(
13 'api' => '3.0',
14 'path' => drupal_get_path('module', '{{ machine_name }}') . '/views',
15 );
16 }