Elgg access list - override checking

Hello,

Is there a specific hook to override elgg acces List ? And is there a list available somewhere with all hook available (I do not see that in the documentation) ?

elgg_view_field([
    '#type' => 'access',
    '#label' => elgg_echo('access'),
    'name' => 'access_id',
    'value' => $vars['access_id'],
]);

I would like my user to have public acces for specific entity  only if they are member of a specific group. Is there a way to override the acces list easily (or should I regenerate the select input manually) ?

 

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking