public EntityDataDefinitionInterface::getBundles()
Gets the array of possible entity bundles.
Return value
array|null The array of possible bundles, or NULL for any.
File
- core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php, line 36
Class
- EntityDataDefinitionInterface
- Interface for typed data entity definitions.
Namespace
Drupal\Core\Entity\TypedData
Code
1 | public function getBundles(); |
Please login to continue.