abstract protected function DedupeBase::exists in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/migrate/src/Plugin/migrate/process/DedupeBase.php \Drupal\migrate\Plugin\migrate\process\DedupeBase::exists()
This is a query checking the existence of some value.
Parameters
mixed $value: The value to check.
Return value
bool TRUE if the value exists.
1 call to DedupeBase::exists()
- DedupeBase::transform in core/
modules/ migrate/ src/ Plugin/ migrate/ process/ DedupeBase.php - Performs the associated process.
1 method overrides DedupeBase::exists()
- DedupeEntity::exists in core/
modules/ migrate/ src/ Plugin/ migrate/ process/ DedupeEntity.php - This is a query checking the existence of some value.
File
- core/
modules/ migrate/ src/ Plugin/ migrate/ process/ DedupeBase.php, line 58 - Contains \Drupal\migrate\Plugin\migrate\process\DedupeBase.
Class
- DedupeBase
- This abstract base contains the dedupe logic.
Namespace
Drupal\migrate\Plugin\migrate\processCode
protected abstract function exists($value);