You are here

protected property UserRegisterBlock::$entityTypeManager in Form Block 2.0.x

Same name and namespace in other branches
  1. 8 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 36

Class

UserRegisterBlock
Provides a block for the user registration form.

Namespace

Drupal\formblock\Plugin\Block

Code

protected $entityTypeManager;