ClassShortenerInterface.php in Devel 4.x
Same filename and directory in other branches
Namespace
Drupal\webprofiler\HelperFile
webprofiler/src/Helper/ClassShortenerInterface.phpView source
<?php
namespace Drupal\webprofiler\Helper;
/**
* Interface ClassShortenerInterface.
*/
interface ClassShortenerInterface {
/**
* @param string $class
*
* @return string
*/
public function shortenClass($class);
}
Interfaces
Name | Description |
---|---|
ClassShortenerInterface | Interface ClassShortenerInterface. |