By ParisLiakos on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x
Issue links:
Description:
D7
$render_array = array(
'#theme' => 'aggregator_block_item',
'#item' => $item,
);
D8
$render_array = array(
'#type' => 'link',
'#href' => $item->getLink(),
'#title' => $item->label(),
);
Impacts:
Module developers
Themers