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

findParentsWithSiblingsByUuid() public method

Find content with uuid inclusive his parents and their siblings.
public findParentsWithSiblingsByUuid ( $uuid, string $locale, string $webspaceKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : Content[]
$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 findParentsWithSiblingsByUuid($uuid, $locale, $webspaceKey, MappingInterface $mapping, UserInterface $user = null);