You are here

constant COMMERCE_WISHLIST_HASH_LENGTH in Commerce Wishlist 7.3

The length of the hash that will be used for shared URLs.

1 use of COMMERCE_WISHLIST_HASH_LENGTH
commerce_wishlist_generate_url_hash in ./commerce_wishlist.module
Generate a short URL "hash" for a given wish list.

File

./commerce_wishlist.module, line 11
Provides a wish list for use in Drupal Commerce.

Code

define('COMMERCE_WISHLIST_HASH_LENGTH', 8);