You are here

thunder_riddle.module in Thunder 8.5

Thunder riddle install hooks.

File

modules/thunder_riddle/thunder_riddle.module
View 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';
}