Sulu\Component\Content\Repository\ContentRepositoryInterface::find PHP Method

find() public method

Find content by uuid.
public find ( string $uuid, string $locale, string $webspaceKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : Content
$uuid string
$locale string
$webspaceKey string
$mapping Sulu\Component\Content\Repository\Mapping\MappingInterface Includes array of property names
$user Sulu\Component\Security\Authentication\UserInterface
return Content
    public function find($uuid, $locale, $webspaceKey, MappingInterface $mapping, UserInterface $user = null);