Sulu\Bundle\MediaBundle\Media\FormatCache\FormatCacheInterface::analyzedMediaUrl PHP Метод

analyzedMediaUrl() публичный Метод

Return the id and the format of a media.
public analyzedMediaUrl ( string $url ) : array
$url string
Результат array ($id, $format)
    public function analyzedMediaUrl($url);

Usage Example

Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function getMediaProperties($url)
 {
     return $this->formatCache->analyzedMediaUrl($url);
 }