function FieldStorageConfigInterface::getBundles
Same name in other branches
- 9 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::getBundles()
- 10 core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::getBundles()
- 11.x core/modules/field/src/FieldStorageConfigInterface.php \Drupal\field\FieldStorageConfigInterface::getBundles()
Returns the list of bundles where the field storage has fields.
Return value
array An array of bundle names.
1 method overrides FieldStorageConfigInterface::getBundles()
- FieldStorageConfig::getBundles in core/
modules/ field/ src/ Entity/ FieldStorageConfig.php - Returns the list of bundles where the field storage has fields.
File
-
core/
modules/ field/ src/ FieldStorageConfigInterface.php, line 35
Class
- FieldStorageConfigInterface
- Provides an interface defining a field storage entity.
Namespace
Drupal\fieldCode
public function getBundles();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.