public function Framework::fieldInfoFields in Realistic Dummy Content 3.x
Same name and namespace in other branches
- 8.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::fieldInfoFields()
- 7.2 api/src/Framework/Framework.php \Drupal\realistic_dummy_content_api\Framework\Framework::fieldInfoFields()
Get information about fields.
Overrides FrameworkInterface::fieldInfoFields
1 method overrides Framework::fieldInfoFields()
- Drupal8::fieldInfoFields in api/src/ Framework/ Drupal8.php 
- Get information about fields.
File
- api/src/ Framework/ Framework.php, line 131 
Class
- Framework
- The entry point for the framework.
Namespace
Drupal\realistic_dummy_content_api\FrameworkCode
public function fieldInfoFields() {
  return $this
    ->implementor()
    ->fieldInfoFields();
}