public function FrameworkInterface::fieldInfoField in Realistic Dummy Content 7.2
Same name and namespace in other branches
- 8.2 api/src/Framework/FrameworkInterface.php \Drupal\realistic_dummy_content_api\Framework\FrameworkInterface::fieldInfoField()
- 3.x 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.
File
- api/
src/ Framework/ FrameworkInterface.php, line 80
Class
- FrameworkInterface
- Defines and abstracts all functions which are used by our module.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function fieldInfoField($name);