You are here

protected property UserRegisterBlock::$entityTypeManager in Form Block 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/Block/UserRegisterBlock.php \Drupal\formblock\Plugin\Block\UserRegisterBlock::entityTypeManager

The entity manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface.

File

src/Plugin/Block/UserRegisterBlock.php, line 32

Class

UserRegisterBlock
Provides a block for the user registration form.

Namespace

Drupal\formblock\Plugin\Block

Code

protected $entityTypeManager;