hook_eck_property_info() should be replaced with a real function eck_entity_property_info().

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

a.milkovsky’s picture

Issue summary: View changes
eric.napier’s picture

New patch removes eck_get_property_label() function entirely. This function is not being called or referenced anywhere in the code. If it was getting called somehow, we would see PHP fatal errors for undefined function since a function it calls is undefined (hook_eck_property_info()). So rather than fixing the undefined function call, I think it makes more sense to remove the containing function altogether.

  • fmizzell committed a45d62e on 7.x-2.x authored by eric.napier
    Issue #2498913 by a.milkovsky, eric.napier: hook_eck_property_info() is...
fmizzell’s picture

Version: 7.x-2.0-rc7 » 7.x-2.x-dev
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.