You are here

private function AccessControlHandler::container in Block Content Permissions 8

Returns the service container.

This method is marked private to prevent sub-classes from retrieving services from the container through it. Instead, \Drupal\Core\DependencyInjection\ContainerInjectionInterface should be used for injecting services.

Return value

\Symfony\Component\DependencyInjection\ContainerInterface The service container.

File

src/AccessControlHandler.php, line 66

Class

AccessControlHandler
Controller for the block content permissions.

Namespace

Drupal\block_content_permissions

Code

private function container() {
  return \Drupal::getContainer();
}