You are here

protected function DefaultConfigEntityHandler::hasLabelProperty in CMS Content Sync 2.1.x

Same name and namespace in other branches
  1. 8 src/Plugin/cms_content_sync/entity_handler/DefaultConfigEntityHandler.php \Drupal\cms_content_sync\Plugin\cms_content_sync\entity_handler\DefaultConfigEntityHandler::hasLabelProperty()
  2. 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_handler

Code

protected function hasLabelProperty() {
  return true;
}