aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-12-14 13:02:44 +0100
committerGitHub <noreply@github.com>2021-12-14 13:02:44 +0100
commit4be7c3faa8cd4446904b753536943c89263f8361 (patch)
tree44edb095410940f1f8d1ea6fb496904d9f2fad37
parentd42ad702691bd6f8c2df14ccacadf57e23a1bfb5 (diff)
parent3e078ffa1bd22f885a2c3c4c1173fea16d5156d8 (diff)
downloadnextcloud-server-4be7c3faa8cd4446904b753536943c89263f8361.tar.gz
nextcloud-server-4be7c3faa8cd4446904b753536943c89263f8361.zip
Merge pull request #30259 from nextcloud/deprecate/entity-slug
Deprecate entity slugs
-rw-r--r--lib/public/AppFramework/Db/Entity.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/AppFramework/Db/Entity.php b/lib/public/AppFramework/Db/Entity.php
index b7ddc6dc5f7..89e8f69859e 100644
--- a/lib/public/AppFramework/Db/Entity.php
+++ b/lib/public/AppFramework/Db/Entity.php
@@ -260,6 +260,7 @@ abstract class Entity {
* @param string $attributeName the name of the attribute, which value should be slugified
* @return string slugified value
* @since 7.0.0
+ * @deprecated 24.0.0
*/
public function slugify($attributeName) {
// toSlug should only work for existing attributes