From d4e06fa838189b947f963cd461537dfdbeaa3c7a Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Tue, 3 Dec 2013 07:42:14 -0800 Subject: [PATCH] Issue #2139169 by ajiang: Remove obsolete information in Annotations topic --- core/modules/system/system.api.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/modules/system/system.api.php b/core/modules/system/system.api.php index ef90ed22eb60..27bb2eb0942b 100644 --- a/core/modules/system/system.api.php +++ b/core/modules/system/system.api.php @@ -3313,8 +3313,7 @@ function hook_link_alter(&$variables) { * identified when you are looking at the Drupal source code by having * "@ Annotation" in their documentation blocks (without the space after @). To * find examples of annotation for a particular annotation class, such as - * EntityType, look for class files that contain a PHP "use" declaration of the - * annotation class, or files that have an @ annotation section using the + * EntityType, look for class files that have an @ annotation section using the * annotation class. * @} */ -- GitLab