Added logic to resolve tags during short URL creation through ShortUrlRelationResolver

This commit is contained in:
Alejandro Celaya
2021-01-31 10:53:18 +01:00
parent 1081211439
commit 82091c7951
15 changed files with 92 additions and 20 deletions

View File

@@ -13,10 +13,12 @@ use function str_replace;
use function strtolower;
use function trim;
/** @deprecated */
trait TagManagerTrait
{
/**
* @param string[] $tags
* @deprecated
* @return Collections\Collection|Tag[]
*/
private function tagNamesToEntities(EntityManagerInterface $em, array $tags): Collections\Collection