From 3e1916080af3ec2bc2fb7fd64f127cbd0c9b8a76 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Mon, 19 Oct 2020 09:49:04 +0200 Subject: Add ICommentsManager::load method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- lib/public/Comments/ICommentsManager.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/public/Comments') diff --git a/lib/public/Comments/ICommentsManager.php b/lib/public/Comments/ICommentsManager.php index 1406afb65db..95f0d2ce300 100644 --- a/lib/public/Comments/ICommentsManager.php +++ b/lib/public/Comments/ICommentsManager.php @@ -322,4 +322,11 @@ interface ICommentsManager { * provided ID is unknown. It must be ensured that a string is returned. */ public function resolveDisplayName($type, $id); + + /** + * Load the Comments app into the page + * + * @since 21.0.0 + */ + public function load(): void; } -- cgit v1.2.3