You are here

protected property ContentBlockPluginIdWidget::$entityTypeManager in Open Social 10.0.x

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_content_block/src/Plugin/Field/FieldWidget/ContentBlockPluginIdWidget.php \Drupal\social_content_block\Plugin\Field\FieldWidget\ContentBlockPluginIdWidget::entityTypeManager
  2. 8.8 modules/social_features/social_content_block/src/Plugin/Field/FieldWidget/ContentBlockPluginIdWidget.php \Drupal\social_content_block\Plugin\Field\FieldWidget\ContentBlockPluginIdWidget::entityTypeManager
  3. 10.3.x modules/social_features/social_content_block/src/Plugin/Field/FieldWidget/ContentBlockPluginIdWidget.php \Drupal\social_content_block\Plugin\Field\FieldWidget\ContentBlockPluginIdWidget::entityTypeManager
  4. 10.1.x modules/social_features/social_content_block/src/Plugin/Field/FieldWidget/ContentBlockPluginIdWidget.php \Drupal\social_content_block\Plugin\Field\FieldWidget\ContentBlockPluginIdWidget::entityTypeManager
  5. 10.2.x modules/social_features/social_content_block/src/Plugin/Field/FieldWidget/ContentBlockPluginIdWidget.php \Drupal\social_content_block\Plugin\Field\FieldWidget\ContentBlockPluginIdWidget::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/social_features/social_content_block/src/Plugin/Field/FieldWidget/ContentBlockPluginIdWidget.php, line 30

Class

ContentBlockPluginIdWidget
Plugin implementation of the 'content_block_plugin_id' widget.

Namespace

Drupal\social_content_block\Plugin\Field\FieldWidget

Code

protected $entityTypeManager;