ClassShortenerInterface.php
Namespace
Drupal\webprofiler\HelperFile
-
webprofiler/
src/ Helper/ ClassShortenerInterface.php
View source
<?php
namespace Drupal\webprofiler\Helper;
/**
* Interface ClassShortenerInterface
*/
interface ClassShortenerInterface {
/**
* @param string $class
*
* @return string
*/
public function shortenClass($class);
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
ClassShortenerInterface | Interface ClassShortenerInterface |