Provides an interface for an entity type bundle info.
Hierarchy
- interface \Drupal\Core\Entity\EntityTypeBundleInfoInterface
File
- core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php, line 8
Namespace
Drupal\Core\Entity
Members
Name | Modifiers | Type | Description |
---|---|---|---|
EntityTypeBundleInfoInterface::clearCachedBundles | public | function | Clears static and persistent bundles. |
EntityTypeBundleInfoInterface::getAllBundleInfo | public | function | Get the bundle info of all entity types. |
EntityTypeBundleInfoInterface::getBundleInfo | public | function | Gets the bundle info of an entity type. |
Please login to continue.