public function OgFieldsInterface::setBundle in Organic groups 8
Set the bundle.
Parameters
string $bundle: The entity bundle.
Return value
$this
1 method overrides OgFieldsInterface::setBundle()
- OgFieldBase::setBundle in src/
OgFieldBase.php - Set the bundle.
File
- src/
OgFieldsInterface.php, line 20
Class
- OgFieldsInterface
- The OG fields related interface.
Namespace
Drupal\ogCode
public function setBundle($bundle);