public function Blacklist::__construct in Block Blacklist [Deprecated] 8
The constructor.
Parameters
\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The Entity Type Manager service.
File
- src/
Blacklist.php, line 54  
Class
- Blacklist
 - Service to remove blocks from a list.
 
Namespace
Drupal\block_blacklistCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}