protected function EntityHandlerBase::getStaticFields in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Plugin/EntityHandlerBase.php \Drupal\cms_content_sync\Plugin\EntityHandlerBase::getStaticFields()
- 2.0.x src/Plugin/EntityHandlerBase.php \Drupal\cms_content_sync\Plugin\EntityHandlerBase::getStaticFields()
Get a list of fields that can't be updated.
Return value
string[]
1 call to EntityHandlerBase::getStaticFields()
- EntityHandlerBase::setEntityValues in src/
Plugin/ EntityHandlerBase.php - Set the values for the pulled entity.
File
- src/
Plugin/ EntityHandlerBase.php, line 779
Class
- EntityHandlerBase
- Common base class for entity handler plugins.
Namespace
Drupal\cms_content_sync\PluginCode
protected function getStaticFields() {
return [];
}