eZ\Publish\Core\Persistence\Legacy\Content\Section\Handler::policiesCount PHP Method

policiesCount() public method

Number of role policies using a Section in limitations.
public policiesCount ( mixed $sectionId ) : integer
$sectionId mixed
return integer
    public function policiesCount($sectionId)
    {
        return $this->sectionGateway->countPoliciesUsingSection($sectionId);
    }