From fbe17866026cf68b28e2db2c2ef1bd4dcb273356 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon <yahgrp@poplarware.com> Date: Thu, 22 May 2014 09:00:37 -0700 Subject: [PATCH] Issue #2265851 by mrjmd: Add links to Batch and Queue API to api landing page --- core/modules/system/core.api.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/modules/system/core.api.php b/core/modules/system/core.api.php index f2cc90e83ea8..6637657aba30 100644 --- a/core/modules/system/core.api.php +++ b/core/modules/system/core.api.php @@ -50,6 +50,8 @@ * * @section additional Additional topics * + * - @link batch Batch API @endlink + * - @link queue Queue API @endlink * - @link container Services and the Dependency Injection Container @endlink * - @link typed_data Typed Data @endlink * - @link testing Automated tests @endlink -- GitLab