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

modules/degov_paragraph_header/degov_paragraph_header.module
<?php

use Drupal\degov_common\Common;
use Drupal\node\NodeInterface;

/**
 * Implements hook_preprocess().
 */
function degov_paragraph_header_preprocess(&$variables, $hook, &$info) {
  // Add template suggestions and libraries implemented in this module.
  Common::addThemeSuggestions($variables, $hook, $info, [
    'module_name' => 'degov_paragraph_header',
    'entity_type' => 'paragraph',
    'entity_bundles' => ['image_header'],
    'entity_view_modes' => ['default', 'preview'],
  ]);
}

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

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