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 383
Hook implementations for the Field Example module.

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.");
}