public function getItemsByScope(string $scope = AccessPolicyInterface::SCOPE_DRUPAL) : array { return isset($this->items[$scope]) ? array_values($this->items[$scope]) : []; }