FieldStorageConfigInterface::getBundles

public FieldStorageConfigInterface::getBundles()

Returns the list of bundles where the field storage has fields.

Return value

array An array of bundle names.

File

core/modules/field/src/FieldStorageConfigInterface.php, line 35

Class

FieldStorageConfigInterface
Provides an interface defining a field storage entity.

Namespace

Drupal\field

Code

public function getBundles();
doc_Drupal
2016-10-29 09:12:31
Comments
Leave a Comment

Please login to continue.