Bravo3\Orm\Services\EntityLocator::getNormaliser PHP Method

getNormaliser() public method

By default this will return a callback that will simply strip the file extension from the input. If you have a more complex filename structure you can account for it using the #setNormaliser() function (see docblock). However be aware that you're probably not PSR compliant if you need to do this.
public getNormaliser ( ) : callable
return callable
    public function getNormaliser()
    {
        return $this->normaliser;
    }