function _field_example_page in Examples for Developers 7
A simple page to explain to the developer what to do.
Related topics
1 string reference to '_field_example_page'
- field_example_menu in field_example/
field_example.module - Implements hook_menu().
File
- field_example/
field_example.module, line 381 - 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.");
}