By useernamee on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-2.x
Introduced in version:
8.x-2.0-beta6
Issue links:
Description:
Default content entity processor (and other more speciffic field item processors) now respects field access:
$access = $entity->get($field_name)->access('view', NULL, TRUE);
Caching also reflects the field access.
Impacts:
Module developers