From 88f48fa4230ea510d1664becff272f927b26311b Mon Sep 17 00:00:00 2001
From: Joe Shindelar <eojthebrave@gmail.com>
Date: Fri, 16 Jan 2015 16:41:12 -0700
Subject: [PATCH] [#2408925] Include information about events in altering
 Drupal documentation topic.

---
 core/modules/system/core.api.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/modules/system/core.api.php b/core/modules/system/core.api.php
index 3ffb004..df5ab8b 100644
--- a/core/modules/system/core.api.php
+++ b/core/modules/system/core.api.php
@@ -1027,6 +1027,10 @@
  * - Routing: Providing or altering "routes", which are URLs that Drupal
  *   responds to, or altering routing behavior with event listener classes.
  *   See the @link menu Routing and menu topic @endlink for more information.
+ * - Events: Modules can register as event subscribers; when an event is
+ *   dispatched, a method is called on each registered subscriber, allowing each
+ *   one to react. See the @link events Events topic @endlink for more
+ *   information.
  *
  * @section sec_sample *.info.yml files
  * Extensions must each be located in a directory whose name matches the short
-- 
2.2.1

