private function DrupalRolesConsumer::getWildcard in Authorization 8
Return the wildcard in use.
We use this to allow for direct mapping within the filter proposals.
Return value
string Wildcard.
1 call to DrupalRolesConsumer::getWildcard()
- DrupalRolesConsumer::filterProposals in authorization_drupal_roles/
src/ Plugin/ authorization/ Consumer/ DrupalRolesConsumer.php - Consumer-side filtering.
File
- authorization_drupal_roles/
src/ Plugin/ authorization/ Consumer/ DrupalRolesConsumer.php, line 176
Class
- DrupalRolesConsumer
- Provides a consumer for Drupal roles.
Namespace
Drupal\authorization_drupal_roles\Plugin\authorization\ConsumerCode
private function getWildcard() : string {
return $this->wildcard;
}