public function FieldHandlerInterface::getFieldName in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Plugin/FieldHandlerInterface.php \Drupal\cms_content_sync\Plugin\FieldHandlerInterface::getFieldName()
- 2.0.x src/Plugin/FieldHandlerInterface.php \Drupal\cms_content_sync\Plugin\FieldHandlerInterface::getFieldName()
Return value
string the field name this handler belongs to
1 method overrides FieldHandlerInterface::getFieldName()
- FieldHandlerBase::getFieldName in src/
Plugin/ FieldHandlerBase.php
File
- src/
Plugin/ FieldHandlerInterface.php, line 113
Class
- FieldHandlerInterface
- Specifies the publicly available methods of a field handler plugin that can be used to push and pull fields with Sync Core.
Namespace
Drupal\cms_content_sync\PluginCode
public function getFieldName();