You are here

service eck.entity_type.bundle.info in Entity Construction Kit (ECK) 8

Class

Drupal\eck\EckEntityTypeBundleInfo
2 string references to eck.entity_type.bundle.info
EckEntityTypeListBuilder::createInstance in src/Controller/EckEntityTypeListBuilder.php
Instantiates a new instance of this entity handler.
eck_menu_local_actions_alter in ./eck.module
Implements hook_menu_local_actions_alter().

File

./eck.services.yml
eck.services.yml

View source
  1. class: Drupal\eck\EckEntityTypeBundleInfo
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@language_manager'
  5. - '@module_handler'
  6. - '@typed_data_manager'
  7. - '@cache.discovery'