EckEntityAccessControlHandlerInterface.php in Entity Construction Kit (ECK) 8
Namespace
Drupal\eckFile
src/EckEntityAccessControlHandlerInterface.phpView source
<?php
namespace Drupal\eck;
/**
* Provides an interface defining an ECK entity access handler.
*
* @ingroup eck
*/
interface EckEntityAccessControlHandlerInterface {
}
Interfaces
Name | Description |
---|---|
EckEntityAccessControlHandlerInterface | Provides an interface defining an ECK entity access handler. |