You are here

public function OgFieldBase::getBundle in Organic groups 8

Get the bundle name.

Return value

string The entity bundle.

Overrides OgFieldsInterface::getBundle

1 call to OgFieldBase::getBundle()
OgFieldBase::getFieldBaseDefinition in src/OgFieldBase.php
Get the field config base definition.

File

src/OgFieldBase.php, line 47

Class

OgFieldBase
OG related fields base plugin.

Namespace

Drupal\og

Code

public function getBundle() {
  return $this->bundle;
}