Issue #3157353 by Utkarsh_33, lauriii, dww, smustgrave, longwave, narendraR,...
Issue #3157353 by Utkarsh_33, lauriii, dww, smustgrave, longwave, narendraR, quietone, larowlan, catch, Berdir, omkar.podey: Provide a mechanism to mark entire twig templates as deprecated
* This is a test module for deprecated twig templates.
*/
/**
* Implements hook_theme().
*/
functiondeprecated_twig_template_theme(){
return[
'deprecated_template'=>[
'variables'=>[
'message'=>NULL,
],
'deprecated'=>'The "deprecated-template.html.twig" template is deprecated in drupal:X.0.0 and is removed from drupal:Y.0.0. Use another template instead. See https://www.example.com',