You are here

public function FieldInheritancePluginBase::getSourceField in Field Inheritance 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/FieldInheritance/FieldInheritancePluginBase.php \Drupal\field_inheritance\Plugin\FieldInheritance\FieldInheritancePluginBase::getSourceField()

Get the configuration source field.

2 calls to FieldInheritancePluginBase::getSourceField()
FieldInheritancePluginBase::computeValue in src/Plugin/FieldInheritance/FieldInheritancePluginBase.php
Compute the value of the field.
FieldInheritancePluginBase::validateArguments in src/Plugin/FieldInheritance/FieldInheritancePluginBase.php
Validate the configuration arguments of the plugin.

File

src/Plugin/FieldInheritance/FieldInheritancePluginBase.php, line 158

Class

FieldInheritancePluginBase
Abstract class FieldInheritancePluginBase.

Namespace

Drupal\field_inheritance\Plugin\FieldInheritance

Code

public function getSourceField() {
  return $this->sourceField;
}