Skip to content

Instantly share code, notes, and snippets.

View adamfranco's full-sized avatar

Adam Franco adamfranco

View GitHub Profile
@adamfranco
adamfranco / VisibilityFieldAccessControl.php
Last active September 28, 2024 10:42
Extending the Drupal Group module with an AccessControl decorator for a node visibility field
<?php
namespace Drupal\middlebury_course_hub\Plugin\Group\RelationHandler;
use Drupal\Core\Access\AccessResult;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Session\AccountInterface;
use Drupal\group\Plugin\Group\RelationHandler\AccessControlTrait;
use Drupal\group\Plugin\Group\RelationHandler\AccessControlInterface;