protected function DefaultConfigEntityHandler::hasLabelProperty in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Plugin/cms_content_sync/entity_handler/DefaultConfigEntityHandler.php \Drupal\cms_content_sync\Plugin\cms_content_sync\entity_handler\DefaultConfigEntityHandler::hasLabelProperty()
- 2.0.x src/Plugin/cms_content_sync/entity_handler/DefaultConfigEntityHandler.php \Drupal\cms_content_sync\Plugin\cms_content_sync\entity_handler\DefaultConfigEntityHandler::hasLabelProperty()
Check whether the entity type supports having a label.
Return value
bool
Throws
\Drupal\Component\Plugin\Exception\PluginNotFoundException
Overrides EntityHandlerBase::hasLabelProperty
File
- src/
Plugin/ cms_content_sync/ entity_handler/ DefaultConfigEntityHandler.php, line 208
Class
- DefaultConfigEntityHandler
- Class DefaultConfigEntityHandler, providing a minimalistic implementation for any config entity type.
Namespace
Drupal\cms_content_sync\Plugin\cms_content_sync\entity_handlerCode
protected function hasLabelProperty() {
return true;
}