public function EntityHandlerInterface::updateEntityTypeDefinition in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Plugin/EntityHandlerInterface.php \Drupal\cms_content_sync\Plugin\EntityHandlerInterface::updateEntityTypeDefinition()
- 2.0.x src/Plugin/EntityHandlerInterface.php \Drupal\cms_content_sync\Plugin\EntityHandlerInterface::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}.
1 method overrides EntityHandlerInterface::updateEntityTypeDefinition()
- EntityHandlerBase::updateEntityTypeDefinition in src/
Plugin/ EntityHandlerBase.php - Update the entity type definition.
File
- src/
Plugin/ EntityHandlerInterface.php, line 100
Class
- EntityHandlerInterface
- Specifies the publicly available methods of an entity handler plugin that can be used to push and pull entities with Sync Core.
Namespace
Drupal\cms_content_sync\PluginCode
public function updateEntityTypeDefinition(&$definition);