_field_example_page

7 field_example.module _field_example_page()
8 field_example.module _field_example_page()

A simple page to explain to the developer what to do.

Related topics

1 string reference to '_field_example_page'

File

field_example/field_example.module, line 380
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.");
}
Login or register to post comments