public function EntityHelper::getBundleInfo in Simple XML sitemap 8.3
Parameters
string $entity_type_id:
Return value
array
1 call to EntityHelper::getBundleInfo()
File
- src/
EntityHelper.php, line 53
Class
- EntityHelper
- Helper class for working with entities.
Namespace
Drupal\simple_sitemapCode
public function getBundleInfo($entity_type_id) {
return $this->entityTypeBundleInfo
->getBundleInfo($entity_type_id);
}