You are here

public function FrameworkInterface::fieldInfoField in Realistic Dummy Content 3.x

Same name and namespace in other branches
  1. 8.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::fieldInfoField()
  2. 7.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::fieldInfoField()

Retrieve information about one field.

Parameters

string $name: A field name.

Return value

array Information about a field, corresponds to the return of field_info_field() in Drupal 7.

1 method overrides FrameworkInterface::fieldInfoField()
Framework::fieldInfoField in api/src/Framework/Framework.php
Retrieve information about one field.

File

api/src/Framework/FrameworkInterface.php, line 79

Class

FrameworkInterface
Defines and abstracts all functions which are used by our module.

Namespace

Drupal\realistic_dummy_content_api\Framework

Code

public function fieldInfoField($name);