paragraphs_collection_test.module in Paragraphs Collection 8
Contains paragraphs_collection_test.module
File
modules/paragraphs_collection_test/paragraphs_collection_test.moduleView source
<?php
/**
* @file
* Contains paragraphs_collection_test.module
*/
/**
* Implements hook_theme_suggestions_alter().
*/
function paragraphs_collection_test_theme_suggestions_alter(array &$suggestions, array $variables, $hook) {
if ($hook == 'paragraph') {
\Drupal::messenger()
->addMessage(implode(",", $suggestions));
}
}
Functions
Name | Description |
---|---|
paragraphs_collection_test_theme_suggestions_alter | Implements hook_theme_suggestions_alter(). |