Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 444 Bytes

DrupalPractice.General.VariableName.md

File metadata and controls

11 lines (6 loc) · 444 Bytes

Pattern: Malformed variable name

Issue: -

Description

Checks the usage of variable_get() in forms and the variable name. All variables defined by your module must be prefixed with your module's name to avoid name collisions with others.

Further Reading