ClassShortenerInterface.php

Namespace

Drupal\webprofiler\Helper

File

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