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
Namespace
Drupal\restful\Plugin\resource\Field\PublicFieldInfoCode
public function getSection($section_name) {
return array();
}