You are here

public function BeforeEntityTypeExport::getDefinition in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/Event/BeforeEntityTypeExport.php \Drupal\cms_content_sync\Event\BeforeEntityTypeExport::getDefinition()
  2. 2.0.x src/Event/BeforeEntityTypeExport.php \Drupal\cms_content_sync\Event\BeforeEntityTypeExport::getDefinition()

Return value

\EdgeBox\SyncCore\Interfaces\Configuration\IDefineEntityType

File

src/Event/BeforeEntityTypeExport.php, line 73

Class

BeforeEntityTypeExport
An entity type is about to be exported. Other modules can use this to add additional fields to the entity type definition, allowing them to process additional information during push and pull (by using BeforeEntityPush and BeforeEntityPull). Check out…

Namespace

Drupal\cms_content_sync\Event

Code

public function getDefinition() {
  return $this->definition;
}