You are here

public function ResourceFieldEntity::getBundle in RESTful 7.2

Return value

string

Overrides ResourceFieldEntityInterface::getBundle

3 calls to ResourceFieldEntity::getBundle()
ResourceFieldEntity::entityTypeWrapper in src/Plugin/resource/Field/ResourceFieldEntity.php
Gets the \EntityStructureWrapper for the entity type.
ResourceFieldEntity::populatePublicInfoField in src/Plugin/resource/Field/ResourceFieldEntity.php
Populate public info field with Property API information.
ResourceFieldEntityText::preprocess in src/Plugin/resource/Field/ResourceFieldEntityText.php
Massage the value to set according to the format expected by the wrapper.

File

src/Plugin/resource/Field/ResourceFieldEntity.php, line 806
Contains \Drupal\restful\Plugin\resource\Field\ResourceFieldEntity

Class

ResourceFieldEntity
Class ResourceFieldEntity.

Namespace

Drupal\restful\Plugin\resource\Field

Code

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