You are here

protected function EntityReferenceHandlerBase::allowSubscribeFilter in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x src/Plugin/EntityReferenceHandlerBase.php \Drupal\cms_content_sync\Plugin\EntityReferenceHandlerBase::allowSubscribeFilter()
  2. 2.0.x src/Plugin/EntityReferenceHandlerBase.php \Drupal\cms_content_sync\Plugin\EntityReferenceHandlerBase::allowSubscribeFilter()

Return value

bool

1 call to EntityReferenceHandlerBase::allowSubscribeFilter()
EntityReferenceHandlerBase::getHandlerSettings in src/Plugin/EntityReferenceHandlerBase.php
Get the handler settings.
1 method overrides EntityReferenceHandlerBase::allowSubscribeFilter()
DefaultEntityReferenceHandler::allowSubscribeFilter in src/Plugin/cms_content_sync/field_handler/DefaultEntityReferenceHandler.php

File

src/Plugin/EntityReferenceHandlerBase.php, line 356

Class

EntityReferenceHandlerBase
Providing a base implementation for any reference field type.

Namespace

Drupal\cms_content_sync\Plugin

Code

protected function allowSubscribeFilter() {
  return false;
}