EntityTypeBundleInfoInterface
interface EntityTypeBundleInfoInterface (View source)
Provides an interface for an entity type bundle info.
Methods
array
getAllBundleInfo()
Get the bundle info of all entity types.
array
getBundleInfo(string $entity_type_id)
Gets the bundle info of an entity type.
clearCachedBundles()
Clears static and persistent bundles.
Details
array
getAllBundleInfo()
Get the bundle info of all entity types.
array
getBundleInfo(string $entity_type_id)
Gets the bundle info of an entity type.
clearCachedBundles()
Clears static and persistent bundles.