function RdfMappingInterface::setFieldMapping
Same name in other branches
- 9 core/modules/rdf/src/RdfMappingInterface.php \Drupal\rdf\RdfMappingInterface::setFieldMapping()
Sets the mapping config for a field.
Parameters
string $field_name: The name of the field.
array $mapping: The field mapping.
Return value
\Drupal\rdf\Entity\RdfMapping The RdfMapping object.
1 method overrides RdfMappingInterface::setFieldMapping()
- RdfMapping::setFieldMapping in core/
modules/ rdf/ src/ Entity/ RdfMapping.php - Sets the mapping config for a field.
File
-
core/
modules/ rdf/ src/ RdfMappingInterface.php, line 105
Class
- RdfMappingInterface
- Provides an interface defining an RDF mapping entity.
Namespace
Drupal\rdfCode
public function setFieldMapping($field_name, array $mapping = []);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.