LocaleController::translatePage

public LocaleController::translatePage()

Shows the string search screen.

Return value

array The render array for the string search screen.

File

core/modules/locale/src/Controller/LocaleController.php, line 44

Class

LocaleController
Return response for manual check translations.

Namespace

Drupal\locale\Controller

Code

public function translatePage() {
  return array(
    'filter' => $this->formBuilder()->getForm('Drupal\locale\Form\TranslateFilterForm'),
    'form' => $this->formBuilder()->getForm('Drupal\locale\Form\TranslateEditForm'),
  );
}
doc_Drupal
2016-10-29 09:24:00
Comments
Leave a Comment

Please login to continue.