Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EntityAccessControlHandlerInterface.php

function EntityAccessControlHandlerInterface::setModuleHandler

Sets the module handler for this access control handler.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.

Return value

$this

File

core/lib/Drupal/Core/Entity/EntityAccessControlHandlerInterface.php, line 78

Class

EntityAccessControlHandlerInterface
Defines an interface for entity access control handlers.

Namespace

Drupal\Core\Entity

Code

public function setModuleHandler(ModuleHandlerInterface $module_handler);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal