public property EntityHandler::$class in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Annotation/EntityHandler.php \Drupal\cms_content_sync\Annotation\EntityHandler::class
- 2.0.x src/Annotation/EntityHandler.php \Drupal\cms_content_sync\Annotation\EntityHandler::class
The name of the handler class.
This is not provided manually, it will be added by the discovery mechanism.
Type: string
File
- src/
Annotation/ EntityHandler.php, line 48
Class
- EntityHandler
- Defines a EntityHandler annotation object.
Namespace
Drupal\cms_content_sync\AnnotationCode
public $class;