TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Lang\View\Language\CheckTranslationJson Class Reference
Inheritance diagram for TYPO3\CMS\Lang\View\Language\CheckTranslationJson:
TYPO3\CMS\Extbase\Mvc\View\AbstractView TYPO3\CMS\Extbase\Mvc\View\ViewInterface TYPO3\CMS\Lang\View\Language\UpdateTranslationJson

Public Member Functions

 render ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Mvc\View\AbstractView
 setControllerContext (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext)
 
 assign ($key, $value)
 
 assignMultiple (array $values)
 
 canRender (\TYPO3\CMS\Extbase\Mvc\Controller\ControllerContext $controllerContext)
 
 initializeView ()
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Extbase\Mvc\View\AbstractView
 $controllerContext
 
 $variables = array()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! JSON view for "checkTranslation" action in "Language" controller

Author
Kai Vogel kai.v.nosp@m.ogel.nosp@m.@spee.nosp@m.dpro.nosp@m.gs.de

Definition at line 22 of file CheckTranslationJson.php.

Member Function Documentation

◆ render()

TYPO3\CMS\Lang\View\Language\CheckTranslationJson::render ( )

Render method, returns json encoded template variables

Returns
string JSON content

Implements TYPO3\CMS\Extbase\Mvc\View\ViewInterface.

Definition at line 29 of file CheckTranslationJson.php.