test_installer_theme.theme

File

core/modules/system/tests/themes/test_installer_theme/test_installer_theme.theme

View source
<?php


/**
 * @file
 * Contains hooks for a custom installer theme.
 */

declare (strict_types=1);

/**
 * Implements hook_form_FORM_ID_alter().
 */
function test_installer_theme_form_install_select_language_form_alter(array &$form) : void {
  $form['function_name']['#markup'] = 'Added by custom installer theme.';
}

Functions

Title Deprecated Summary
test_installer_theme_form_install_select_language_form_alter Implements hook_form_FORM_ID_alter().

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