interface ClassShortenerInterface
Interface ClassShortenerInterface
Hierarchy
- interface \Drupal\webprofiler\Helper\ClassShortenerInterface
Expanded class hierarchy of ClassShortenerInterface
All classes that implement ClassShortenerInterface
1 file declares its use of ClassShortenerInterface
- ProfilerExtension.php in webprofiler/
src/ Twig/ Extension/ ProfilerExtension.php
File
-
webprofiler/
src/ Helper/ ClassShortenerInterface.php, line 8
Namespace
Drupal\webprofiler\HelperView source
interface ClassShortenerInterface {
/**
* @param string $class
*
* @return string
*/
public function shortenClass($class);
}