interface ClassShortenerInterface in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/Helper/ClassShortenerInterface.php \Drupal\webprofiler\Helper\ClassShortenerInterface
- 8.2 webprofiler/src/Helper/ClassShortenerInterface.php \Drupal\webprofiler\Helper\ClassShortenerInterface
- 4.x webprofiler/src/Helper/ClassShortenerInterface.php \Drupal\webprofiler\Helper\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);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClassShortenerInterface:: |
public | function | 1 |