You are here

constant BLOCKREFERENCE_AC_REGEX in Block reference 7.2

1 use of BLOCKREFERENCE_AC_REGEX
_blockreference_block_from_ac_string in ./blockreference.module
Helper to return a array(module => ..., delta => ...) array from an AC string.

File

./blockreference.module, line 3

Code

define('BLOCKREFERENCE_AC_REGEX', '#\\[([\\w\\-]+):([\\w\\-]+)\\]$#');