You are here

public function FarmIDTagType::getBundles in farmOS 2.x

Returns the bundles that this type applies to.

Return value

array An array of bundle machine names.

Overrides FarmIDTagTypeInterface::getBundles

File

modules/core/id_tag/src/Entity/FarmIDTagType.php, line 64

Class

FarmIDTagType
Defines the FarmIDTagType entity.

Namespace

Drupal\farm_id_tag\Entity

Code

public function getBundles() {
  return $this->bundles;
}