Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. LanguageHooks.php

function LanguageHooks::theme

Implements hook_theme().

File

core/modules/language/src/Hook/LanguageHooks.php, line 140

Class

LanguageHooks
Hook implementations for language.

Namespace

Drupal\language\Hook

Code

public function theme() : array {
    return [
        'language_negotiation_configure_form' => [
            'render element' => 'form',
            'file' => 'language.admin.inc',
        ],
        'language_content_settings_table' => [
            'render element' => 'element',
            'file' => 'language.admin.inc',
        ],
    ];
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal