function ClassShortenerInterface::shortenClass

Parameters

string $class:

Return value

string

1 method overrides ClassShortenerInterface::shortenClass()
ClassShortener::shortenClass in webprofiler/src/Helper/ClassShortener.php

File

webprofiler/src/Helper/ClassShortenerInterface.php, line 15

Class

ClassShortenerInterface
Interface ClassShortenerInterface

Namespace

Drupal\webprofiler\Helper

Code

public function shortenClass($class);