You are here

interface ClassShortenerInterface in Devel 8

Same name and namespace in other branches
  1. 8.3 webprofiler/src/Helper/ClassShortenerInterface.php \Drupal\webprofiler\Helper\ClassShortenerInterface
  2. 8.2 webprofiler/src/Helper/ClassShortenerInterface.php \Drupal\webprofiler\Helper\ClassShortenerInterface
  3. 4.x webprofiler/src/Helper/ClassShortenerInterface.php \Drupal\webprofiler\Helper\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