Issue #3050448 by kkalaskar, joachim, idebr: @see link in TwigNodeTrans docs is a 404
parent
ecf0410252
commit
85029e08f6
|
@ -11,7 +11,7 @@ use Twig\Node\CheckToStringNode;
|
||||||
* severely modified to work properly with the complexities of the Drupal
|
* severely modified to work properly with the complexities of the Drupal
|
||||||
* translation system.
|
* translation system.
|
||||||
*
|
*
|
||||||
* @see http://twig.sensiolabs.org/doc/extensions/i18n.html
|
* @see https://twig-extensions.readthedocs.io/en/latest/i18n.html
|
||||||
* @see https://github.com/fabpot/Twig-extensions
|
* @see https://github.com/fabpot/Twig-extensions
|
||||||
*/
|
*/
|
||||||
class TwigNodeTrans extends \Twig_Node {
|
class TwigNodeTrans extends \Twig_Node {
|
||||||
|
|
|
@ -10,7 +10,7 @@ namespace Drupal\Core\Template;
|
||||||
* into PHP code usable for runtime execution of the template.
|
* into PHP code usable for runtime execution of the template.
|
||||||
*
|
*
|
||||||
* @see \Twig_TokenParser
|
* @see \Twig_TokenParser
|
||||||
* @see http://twig.sensiolabs.org/doc/extensions/i18n.html
|
* @see https://twig-extensions.readthedocs.io/en/latest/i18n.html
|
||||||
* @see https://github.com/fabpot/Twig-extensions
|
* @see https://github.com/fabpot/Twig-extensions
|
||||||
*/
|
*/
|
||||||
class TwigTransTokenParser extends \Twig_TokenParser {
|
class TwigTransTokenParser extends \Twig_TokenParser {
|
||||||
|
|
Loading…
Reference in New Issue