comparison vendor/twig/twig/lib/Twig/ExtensionInterface.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children af1871eacc83
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
83 * 83 *
84 * @deprecated since 1.26 (to be removed in 2.0), not used anymore internally 84 * @deprecated since 1.26 (to be removed in 2.0), not used anymore internally
85 */ 85 */
86 public function getName(); 86 public function getName();
87 } 87 }
88
89 class_alias('Twig_ExtensionInterface', 'Twig\Extension\ExtensionInterface', false);
90 class_exists('Twig_Environment');