Deprecate entity slugs

They are only used a single time in the whole Nextcloud Github
organization. We can inline the code there and slim down the public API.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2021-12-14 09:50:29 +01:00
parent d42ad70269
commit 3e078ffa1b
No known key found for this signature in database
GPG key ID: CC42AC2A7F0E56D8

View file

@ -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