You are here

public function ModerationInformationInterface::loadBundleEntity in Workbench Moderation 8

Same name and namespace in other branches
  1. 8.2 src/ModerationInformationInterface.php \Drupal\workbench_moderation\ModerationInformationInterface::loadBundleEntity()

Loads a specific bundle entity.

Parameters

string $bundle_entity_type_id: The bundle entity type ID.

string $bundle_id: The bundle ID.

Return value

\Drupal\Core\Config\Entity\ConfigEntityInterface|null Returns entity or null.

1 method overrides ModerationInformationInterface::loadBundleEntity()
ModerationInformation::loadBundleEntity in src/ModerationInformation.php
Loads a specific bundle entity.

File

src/ModerationInformationInterface.php, line 26

Class

ModerationInformationInterface
Interface for moderation_information service.

Namespace

Drupal\workbench_moderation

Code

public function loadBundleEntity($bundle_entity_type_id, $bundle_id);