You are here

protected property BeforeEntityTypeExport::$bundle_name 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::bundle_name
  2. 2.0.x src/Event/BeforeEntityTypeExport.php \Drupal\cms_content_sync\Event\BeforeEntityTypeExport::bundle_name

Bundle.

Type: string

File

src/Event/BeforeEntityTypeExport.php, line 31

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

protected $bundle_name;