Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Groups.php

function Groups::canonicalizeName

1 call to Groups::canonicalizeName()
Groups::groups in vendor/phpunit/phpunit/src/Metadata/Api/Groups.php
@psalm-param class-string $className @psalm-param non-empty-string $methodName

File

vendor/phpunit/phpunit/src/Metadata/Api/Groups.php, line 128

Class

Groups
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit

Namespace

PHPUnit\Metadata\Api

Code

private function canonicalizeName(string $name) : string {
    return strtolower(trim($name, '\\'));
}
RSS feed
Powered by Drupal