update_test_broken_theme_hook.module

Hook implementations for the update_test_broken_theme_hook module.

File

core/modules/system/tests/modules/update_test_broken_theme_hook/update_test_broken_theme_hook.module

View source
<?php


/**
 * @file
 * Hook implementations for the update_test_broken_theme_hook module.
 */

/**
 * Implements hook_theme().
 */
function update_test_broken_theme_hook_theme($existing, $type, $theme, $path) {
    throw new \Exception('This mimics an exception caused by unstable dependencies.');
}

Functions

Title Deprecated Summary
update_test_broken_theme_hook_theme Implements hook_theme().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.