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

findByParentUuid() public method

Find content which are children of parent uuid.
public findByParentUuid ( 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 findByParentUuid($uuid, $locale, $webspaceKey, MappingInterface $mapping, UserInterface $user = null);