From de9df46ab773aba377028bb946ca9f2b06751b10 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Sat, 5 Oct 2013 12:20:07 -0700 Subject: [PATCH] Issue #2105525 by Gaelan: Add note to Annotation topic about double quotes --- core/modules/system/system.api.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/modules/system/system.api.php b/core/modules/system/system.api.php index 55daae44943c..600b06b87299 100644 --- a/core/modules/system/system.api.php +++ b/core/modules/system/system.api.php @@ -3569,6 +3569,9 @@ function hook_link_alter(&$variables) { * * ) * @endcode * + * Note that you must use double quotes; single quotes will not work in + * annotations. + * * The available annotation classes are listed in this topic, and can be * identified when you are looking at the Drupal source code by having * "@ Annotation" in their documentation blocks (without the space after @). To -- GitLab