interface ClassShortenerInterface

Interface ClassShortenerInterface

Hierarchy

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\Helper
View source
interface ClassShortenerInterface {
    
    /**
     * @param string $class
     *
     * @return string
     */
    public function shortenClass($class);

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ClassShortenerInterface::shortenClass public function 1