You are here

public function FieldHandlerInterface::definePropertyAtType in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 2.1.x src/Plugin/FieldHandlerInterface.php \Drupal\cms_content_sync\Plugin\FieldHandlerInterface::definePropertyAtType()

Provide the Sync Core with the right property definition so this field can be stored and synchronized.

1 method overrides FieldHandlerInterface::definePropertyAtType()
FieldHandlerBase::definePropertyAtType in src/Plugin/FieldHandlerBase.php
Provide the Sync Core with the right property definition so this field can be stored and synchronized.

File

src/Plugin/FieldHandlerInterface.php, line 120

Class

FieldHandlerInterface
Specifies the publicly available methods of a field handler plugin that can be used to push and pull fields with Sync Core.

Namespace

Drupal\cms_content_sync\Plugin

Code

public function definePropertyAtType(IDefineEntityType $type_definition);