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

sha1() public method

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