WorkspaceRepositoryInterface
interface WorkspaceRepositoryInterface (View source)
Provides an interface for workspace tree lookup operations.
Methods
array
loadTree()
Returns an array of workspaces tree item properties, sorted in tree order.
string[]
getDescendantsAndSelf(string $workspace_id)
Returns the descendant IDs of the passed-in workspace, including itself.
$this
resetCache()
Resets the cached workspace tree.
Details
array
loadTree()
Returns an array of workspaces tree item properties, sorted in tree order.
string[]
getDescendantsAndSelf(string $workspace_id)
Returns the descendant IDs of the passed-in workspace, including itself.
$this
resetCache()
Resets the cached workspace tree.