You are here

FieldCollectionAccessControlHandler.php in Field collection 8

Same filename and directory in other branches
  1. 8.3 src/FieldCollectionAccessControlHandler.php

File

src/FieldCollectionAccessControlHandler.php
View source
<?php

namespace Drupal\field_collection;

use Drupal\Core\Entity\EntityAccessControlHandler;
class FieldCollectionAccessControlHandler extends EntityAccessControlHandler {

}