* @param $entity_type
 *   The name of the entity type.
 * @param $entity
 *   The entity to work with.
 * @param $legacy_field
 *   The name of the legacy field to be replaced.
 * @param $field_name
 *   The regular field to use as source value.
 * @param $display
 *   Specifies if synchronization is being performed on display or on save.
 * @param $langcode
 *   The field language to use for the source value.
 */
function title_field_sync_get($entity_type, $entity, $legacy_field, $info, $langcode = NULL) {

Same thing for title_field_sync_set().

CommentFileSizeAuthor
#2 remove-extra-comments_2771229.patch854 bytesjalpesh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

joachim created an issue. See original summary.

jalpesh’s picture

Status: Active » Needs review
FileSize
854 bytes

Here we go with patch. Thanks.

zerolab’s picture

Status: Needs review » Reviewed & tested by the community

LGTM

alex_optim’s picture

Look's good.

pifagor’s picture

  • pifagor committed 45b8ed1 on 7.x-1.x
    Issue #2771229 by jalpesh, joachim, zerolab, alex_optim: wrong params in...
pifagor’s picture

Status: Reviewed & tested by the community » Fixed
pifagor’s picture

Status: Fixed » Closed (fixed)