mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
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:
parent
d42ad70269
commit
3e078ffa1b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue