Neos\ContentRepository\Security\Authorization\Privilege\Node\ReadNodePrivilege::matchesEntityType PHP Метод

matchesEntityType() публичный Метод

public matchesEntityType ( string $entityType ) : boolean
$entityType string
Результат boolean
    public function matchesEntityType($entityType)
    {
        return $entityType === NodeData::class;
    }