diff --git a/core/modules/field/field.api.php b/core/modules/field/field.api.php index 9906233..22a9ed7 100644 --- a/core/modules/field/field.api.php +++ b/core/modules/field/field.api.php @@ -806,8 +806,8 @@ function hook_field_widget_WIDGET_TYPE_form_alter(&$element, &$form_state, $cont * The instance's widget properties. * @param array $context * An associative array containing: - * - entity_type: The entity type; e.g., 'node' or 'user'. - * - bundle: The bundle: e.g., 'page' or 'article'. + * - entity_type: The entity type, e.g., 'node' or 'user'. + * - bundle: The bundle, e.g., 'page' or 'article'. * - field: The field that the widget belongs to. * - instance: The instance of the field. * @@ -1957,8 +1957,8 @@ function hook_field_info_max_weight($entity_type, $bundle, $context) { * found in the 'display' key of $instance definitions. * @param array $context * An associative array containing: - * - entity_type: The entity type; e.g., 'node' or 'user'. - * - bundle: The bundle: e.g., 'page' or 'article'. + * - entity_type: The entity type, e.g., 'node' or 'user'. + * - bundle: The bundle, e.g., 'page' or 'article'. * - field: The field being rendered. * - instance: The instance being rendered. * - view_mode: The view mode, e.g. 'full', 'teaser'... @@ -1992,8 +1992,8 @@ function hook_field_display_alter(array &$display_properties, array $context) { * found in the 'display' key of $instance definitions. * @param array $context * An associative array containing: - * - entity_type: The entity type; e.g., 'node' or 'user'. - * - bundle: The bundle: e.g., 'page' or 'article'. + * - entity_type: The entity type, e.g., 'node' or 'user'. + * - bundle: The bundle, e.g., 'page' or 'article'. * - field: The field being rendered. * - instance: The instance being rendered. * - view_mode: The view mode, e.g. 'full', 'teaser'... @@ -2045,8 +2045,8 @@ function hook_field_extra_fields_display_alter(&$displays, $context) { * The instance's widget properties. * @param array $context * An associative array containing: - * - entity_type: The entity type; e.g., 'node' or 'user'. - * - bundle: The bundle: e.g., 'page' or 'article'. + * - entity_type: The entity type, e.g., 'node' or 'user'. + * - bundle: The bundle, e.g., 'page' or 'article'. * - field: The field that the widget belongs to. * - instance: The instance of the field. *