locale_theme()
Implements hook_theme().
function locale_theme() { return array( 'locale_translation_last_check' => array( 'variables' => array('last' => NULL), 'file' => 'locale.pages.inc', ), 'locale_translation_update_info' => array( 'variables' => array('updates' => array(), 'not_found' => array()), 'file' => 'locale.pages.inc', ), ); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!locale!locale.module/function/locale_theme/8.1.x