You are here

public function EntityHelper::getBundleInfo in Simple XML sitemap 8.3

Parameters

string $entity_type_id:

Return value

array

1 call to EntityHelper::getBundleInfo()
EntityHelper::getBundleLabel in src/EntityHelper.php

File

src/EntityHelper.php, line 53

Class

EntityHelper
Helper class for working with entities.

Namespace

Drupal\simple_sitemap

Code

public function getBundleInfo($entity_type_id) {
  return $this->entityTypeBundleInfo
    ->getBundleInfo($entity_type_id);
}