By joachim on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-3.x
Issue links:
Description:
The factory method flag_flag::factory_by_content_type() has been renamed to reflect Drupal 7 terminology. Its usage is unchanged.
Old:
$flag = flag_flag::factory_by_content_type('node');
New:
$flag = flag_flag::factory_by_entity_type('node');
Impacts:
Module developers