You are here

public function PublicFieldInfoNull::getSection in RESTful 7.2

Gets the section.

Parameters

string $section_name: The name of the section. By default RESTful suports 'info', 'form_element' and 'data'.

Return value

array The structured array with the section information.

Overrides PublicFieldInfoInterface::getSection

File

src/Plugin/resource/Field/PublicFieldInfo/PublicFieldInfoNull.php, line 39
Contains \Drupal\restful\Plugin\resource\Field\PublicFieldInfo\PublicFieldInfoNull.

Class

PublicFieldInfoNull

Namespace

Drupal\restful\Plugin\resource\Field\PublicFieldInfo

Code

public function getSection($section_name) {
  return array();
}