Method | Description | |
---|---|---|
find ( string $uuid, string $locale, string $webspaceKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
Find content by uuid. | |
findAll ( string $locale, string $webspaceKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
Find all pages and returns an array of content. | |
findAllByPortal ( string $locale, string $portalKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
Find all pages and returns an array of content. | |
findByParentUuid ( string $uuid, string $locale, string $webspaceKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
Find content which are children of parent uuid. | |
findByPaths ( array $paths, string $locale, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
Find content array which given paths. | |
findByUuids ( array $uuids, string $locale, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
Find content array which given UUIDs. | |
findByWebspaceRoot ( string $locale, string $webspaceKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
Find content which are children of webspace root. | |
findParentsWithSiblingsByUuid ( $uuid, string $locale, string $webspaceKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
Find content with uuid inclusive his parents and their siblings. |
public find ( string $uuid, string $locale, string $webspaceKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
||
$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 |
public findAll ( string $locale, string $webspaceKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
||
$locale | string | |
$webspaceKey | string | |
$mapping | Sulu\Component\Content\Repository\Mapping\MappingInterface | |
$user | Sulu\Component\Security\Authentication\UserInterface | |
return |
public findAllByPortal ( string $locale, string $portalKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
||
$locale | string | |
$portalKey | string | |
$mapping | Sulu\Component\Content\Repository\Mapping\MappingInterface | |
$user | Sulu\Component\Security\Authentication\UserInterface | |
return |
public findByParentUuid ( string $uuid, string $locale, string $webspaceKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
||
$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 |
public findByPaths ( array $paths, string $locale, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
||
$paths | array | |
$locale | string | |
$mapping | Sulu\Component\Content\Repository\Mapping\MappingInterface | Includes array of property names |
$user | Sulu\Component\Security\Authentication\UserInterface | |
return |
public findByUuids ( array $uuids, string $locale, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
||
$uuids | array | |
$locale | string | |
$mapping | Sulu\Component\Content\Repository\Mapping\MappingInterface | Includes array of property names |
$user | Sulu\Component\Security\Authentication\UserInterface | |
return |
public findByWebspaceRoot ( string $locale, string $webspaceKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
||
$locale | string | |
$webspaceKey | string | |
$mapping | Sulu\Component\Content\Repository\Mapping\MappingInterface | Includes array of property names |
$user | Sulu\Component\Security\Authentication\UserInterface | |
return |
public findParentsWithSiblingsByUuid ( $uuid, string $locale, string $webspaceKey, Sulu\Component\Content\Repository\Mapping\MappingInterface $mapping, Sulu\Component\Security\Authentication\UserInterface $user = null ) : |
||
$locale | string | |
$webspaceKey | string | |
$mapping | Sulu\Component\Content\Repository\Mapping\MappingInterface | Includes array of property names |
$user | Sulu\Component\Security\Authentication\UserInterface | |
return |