You are here

constant COMMERCE_AUTOSKU_DISALLOWED in Commerce AutoSKU 7

@file Module hooks and helper functions for commerce_autosku

1 use of COMMERCE_AUTOSKU_DISALLOWED
commerce_autosku_cleanstring in ./commerce_autosku.module
API helper to reduce a SKU to a set of allowed characters.

File

./commerce_autosku.module, line 8
Module hooks and helper functions for commerce_autosku

Code

define('COMMERCE_AUTOSKU_DISALLOWED', '@[^A-Z|a-z|0-9|\\-|_]@');