thunder_riddle.module in Thunder 8.4
Same filename and directory in other branches
Thunder riddle install hooks.
File
modules/thunder_article/modules/thunder_riddle/thunder_riddle.moduleView source
<?php
/**
* @file
* Thunder riddle install hooks.
*/
use Drupal\Core\Form\FormStateInterface;
/**
* Implements hook_form_FORM_ID_alter().
*/
function thunder_media_form_entity_browser_riddle_browser_form_alter(&$form, FormStateInterface $form_state) {
$form['#attached']['library'][] = 'thunder_riddle/entity_browser_view';
}
Functions
Name | Description |
---|---|
thunder_media_form_entity_browser_riddle_browser_form_alter | Implements hook_form_FORM_ID_alter(). |