class ReadNodePrivilege extends AbstractPrivilege (View source)

A node privilege to restricting reading of nodes.

Nodes not granted for reading will be filtered via SQL.

Currently only doctrine persistence is supported as we use the doctrine filter api, to rewrite SQL queries.

Methods

bool
matchesSubject(PrivilegeSubjectInterface $subject)

No description

Details

bool matchesSubject(PrivilegeSubjectInterface $subject)

No description

Parameters

PrivilegeSubjectInterface $subject

Return Value

bool

Exceptions

InvalidPrivilegeTypeException