cms_content_sync-3.0.x-dev/src/Plugin/rest/resource/PullEntity.php
src/Plugin/rest/resource/PullEntity.php
<?php
namespace Drupal\cms_content_sync\Plugin\rest\resource;
use Drupal\rest\Plugin\ResourceBase;
/**
* UNUSED. Only kept because you can't even delete REST configuration if the
* plugin it's using is no longer available: https://www.drupal.org/project/drupal/issues/3134080
*
* @RestResource(
* id = "cms_content_sync_import_entity",
* label = @Translation("Content Sync Pull"),
* uri_paths = {
* "canonical" = "/rest/cms-content-sync-import-legacy/{pool_id}",
* "create" = "/rest/cms-content-sync-import-legacy/{pool_id}/{entity_type_name}/{bundle_name}/{shared_entity_id}"
* }
* )
*/
class PullEntity extends ResourceBase {
}
