You are here

constant MODULE_BUILDER_FULL_ID_PATTERN in Module Builder 6.2

Same name and namespace in other branches
  1. 5 module_builder.module \MODULE_BUILDER_FULL_ID_PATTERN
  2. 7 module_builder.module \MODULE_BUILDER_FULL_ID_PATTERN

In case we have an expanded CVS Id, this matches that, and captures the version number (although we don't use that). This is then replaced with MODULE_BUILDER_ID_COMMENT.

File

./module_builder.module, line 11
Builds scaffolding for custom modules.

Code

define('MODULE_BUILDER_FULL_ID_PATTERN', '#\\/\\/ \\$Id(.*?)\\$#');