degov-8.x-2.0/modules/degov_node_blog/degov_node_blog.module

modules/degov_node_blog/degov_node_blog.module
<?php

use Drupal\degov_common\Common;

/**
 * Implements hook_preprocess().
 */
function degov_node_blog_preprocess(&$variables, $hook, &$info) {
  // Add template suggestions and libraries implemented in this module.
  Common::addThemeSuggestions($variables, $hook, $info, [
    'module_name' => 'degov_node_blog',
    'entity_type' => 'node',
    'entity_bundles' => ['blog'],
    'entity_view_modes' => ['teaser', 'slideshow']
  ]);
}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc