summaryrefslogtreecommitdiff
path: root/modules/field/tests
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-04 16:49:48 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-04 16:49:48 +0000
commit1da26fadfe9cdcbd89a912b9f61c710adff4c6c8 (patch)
treed77a0c5420a53c65d24b8ac1842b7f1e356c39d3 /modules/field/tests
parent8523aca33e828c638f2373e5be4e80ed30866a58 (diff)
downloadbrdo-1da26fadfe9cdcbd89a912b9f61c710adff4c6c8.tar.gz
brdo-1da26fadfe9cdcbd89a912b9f61c710adff4c6c8.tar.bz2
- Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards.
Diffstat (limited to 'modules/field/tests')
-rw-r--r--modules/field/tests/field_test.field.inc2
-rw-r--r--modules/field/tests/field_test.install4
-rw-r--r--modules/field/tests/field_test.module2
3 files changed, 4 insertions, 4 deletions
diff --git a/modules/field/tests/field_test.field.inc b/modules/field/tests/field_test.field.inc
index 9696df360..0bdc93ea6 100644
--- a/modules/field/tests/field_test.field.inc
+++ b/modules/field/tests/field_test.field.inc
@@ -236,7 +236,7 @@ function field_test_field_formatter_info() {
}
/**
- * Implement hook_field_formatter_prepare_view().
+ * Implements hook_field_formatter_prepare_view().
*/
function field_test_field_formatter_prepare_view($obj_type, $objects, $field, $instances, $langcode, &$items, $build_mode) {
foreach ($items as $id => $item) {
diff --git a/modules/field/tests/field_test.install b/modules/field/tests/field_test.install
index 2bb1701bf..72a2deee6 100644
--- a/modules/field/tests/field_test.install
+++ b/modules/field/tests/field_test.install
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_install().
+ * Implements hook_install().
*/
function field_test_install() {
// hook_entity_info_alter() needs to be executed as last.
@@ -18,7 +18,7 @@ function field_test_install() {
}
/**
- * Implement hook_schema().
+ * Implements hook_schema().
*/
function field_test_schema() {
$schema['test_entity'] = array(
diff --git a/modules/field/tests/field_test.module b/modules/field/tests/field_test.module
index b8b07b96c..f7c539604 100644
--- a/modules/field/tests/field_test.module
+++ b/modules/field/tests/field_test.module
@@ -87,7 +87,7 @@ function field_test_field_test_op_multiple($obj_type, $objects, $field, $instanc
}
/**
- * Implement hook_field_languages().
+ * Implements hook_field_languages().
*/
function field_test_field_languages($obj_type, $field, &$languages) {
if ($field['settings']['test_hook_in']) {