From 5bb72bd1868076d7f75780743e856108a53428b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Rene=CC=81e=20Beach?= Date: Fri, 18 Apr 2014 13:52:46 -0400 Subject: [PATCH] Added an @see MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: J. ReneĢe Beach --- core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php b/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php index f15a92b..76da23c 100644 --- a/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php +++ b/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php @@ -142,6 +142,8 @@ public function set($property_name, $value); * * @return array * An array of dependencies grouped by type (module, theme, entity). + * + * @see \Drupal\Core\Config\Entity\ConfigDependencyManager */ public function calculateDependencies(); -- 1.8.5.3