Sulu\Bundle\ContentBundle\Markup\Link\LinkProviderInterface::preload PHP Метод

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

Load given items identified by the given hrefs.
public preload ( array $hrefs, string $locale, boolean $published = true ) : LinkItem[]
$hrefs array
$locale string
$published boolean
Результат LinkItem[]
    public function preload(array $hrefs, $locale, $published = true);
LinkProviderInterface