Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-02-11 23:40:01 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2020-02-12 17:11:58 +0300
commit6235175b6dba4ab416db60a21559a69db2defa83 (patch)
treece479c4e32aefe6c7730cfe7ec158cfb1f70f3d9 /lib/public/ITags.php
parentd2d7e37b7bf00ea7929da02459e4abb8640d064a (diff)
Make TAG_FAVORITE public
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'lib/public/ITags.php')
-rw-r--r--lib/public/ITags.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/public/ITags.php b/lib/public/ITags.php
index 27b274f4dd6..35469f4f804 100644
--- a/lib/public/ITags.php
+++ b/lib/public/ITags.php
@@ -53,6 +53,10 @@ use OC\Tags;
*/
interface ITags {
+ /**
+ * @since 19.0.0
+ */
+ public const TAG_FAVORITE = '_$!<Favorite>!$_';
/**
* Check if any tags are saved for this type and user.