You are here

public function EntityHandlerBase::updateEntityTypeDefinition in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/Plugin/EntityHandlerBase.php \Drupal\cms_content_sync\Plugin\EntityHandlerBase::updateEntityTypeDefinition()
  2. 2.0.x src/Plugin/EntityHandlerBase.php \Drupal\cms_content_sync\Plugin\EntityHandlerBase::updateEntityTypeDefinition()

Update the entity type definition.

Advanced entity type definition settings for the Sync Core. You can usually ignore these.

Parameters

\EdgeBox\SyncCore\Interfaces\Configuration\IDefineEntityType $definition: The definition to be sent to Sync Core. {@see SyncCoreExport}.

Overrides EntityHandlerInterface::updateEntityTypeDefinition

2 calls to EntityHandlerBase::updateEntityTypeDefinition()
DefaultMenuLinkContentHandler::updateEntityTypeDefinition in src/Plugin/cms_content_sync/entity_handler/DefaultMenuLinkContentHandler.php
DefaultTaxonomyHandler::updateEntityTypeDefinition in src/Plugin/cms_content_sync/entity_handler/DefaultTaxonomyHandler.php
3 methods override EntityHandlerBase::updateEntityTypeDefinition()
DefaultConfigEntityHandler::updateEntityTypeDefinition in src/Plugin/cms_content_sync/entity_handler/DefaultConfigEntityHandler.php
DefaultMenuLinkContentHandler::updateEntityTypeDefinition in src/Plugin/cms_content_sync/entity_handler/DefaultMenuLinkContentHandler.php
DefaultTaxonomyHandler::updateEntityTypeDefinition in src/Plugin/cms_content_sync/entity_handler/DefaultTaxonomyHandler.php

File

src/Plugin/EntityHandlerBase.php, line 126

Class

EntityHandlerBase
Common base class for entity handler plugins.

Namespace

Drupal\cms_content_sync\Plugin

Code

public function updateEntityTypeDefinition(&$definition) {
}