Elcodi\Store\CoreBundle\Twig\EncryptExtension::md5 PHP Method

md5() public method

Return the md5 of the value
public md5 ( $value ) : string
return string The value encrypted
    public function md5($value)
    {
        return md5($value);
    }