1 field_example.module | _field_example_page() |
A simple page to explain to the developer what to do.
Related topics
File
- modules/
examples/ field_example/ field_example.module, line 387 - An example field using the Field Types API.
Code
function _field_example_page() {
return t("The Field Example provides a field composed of an HTML RGB value, like #ff00ff. To use it, add the field to a content type.");
}