You are here

public function ResourceFieldEntity::getPublicName in RESTful 7.2

Return value

mixed

Overrides ResourceFieldInterface::getPublicName

5 calls to ResourceFieldEntity::getPublicName()
ResourceFieldEntity::autoDiscovery in src/Plugin/resource/Field/ResourceFieldEntity.php
ResourceFieldEntity::nestedDottedChildren in src/Plugin/resource/Field/ResourceFieldEntity.php
Get the children of a query string parameter that apply to the field.
ResourceFieldEntity::nestedDottedFilters in src/Plugin/resource/Field/ResourceFieldEntity.php
Process the filter query string for the relevant sub-query.
ResourceFieldEntity::populatePublicInfoField in src/Plugin/resource/Field/ResourceFieldEntity.php
Populate public info field with Property API information.
ResourceFieldEntity::singleValue in src/Plugin/resource/Field/ResourceFieldEntity.php
Returns the value for the current single field.

File

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

Class

ResourceFieldEntity
Class ResourceFieldEntity.

Namespace

Drupal\restful\Plugin\resource\Field

Code

public function getPublicName() {
  return $this->decorated
    ->getPublicName();
}