You are here

EckEntityAccessControlHandlerInterface.php in Entity Construction Kit (ECK) 8

Namespace

Drupal\eck

File

src/EckEntityAccessControlHandlerInterface.php
View source
<?php

namespace Drupal\eck;


/**
 * Provides an interface defining an ECK entity access handler.
 *
 * @ingroup eck
 */
interface EckEntityAccessControlHandlerInterface {

}

Interfaces

Namesort descending Description
EckEntityAccessControlHandlerInterface Provides an interface defining an ECK entity access handler.