function RdfMapping::setBundleMapping

File

core/modules/rdf/src/Entity/RdfMapping.php, line 92

Class

RdfMapping
Config entity for working with RDF mappings.

Namespace

Drupal\rdf\Entity

Code

public function setBundleMapping(array $mapping) {
  if (isset($mapping['types'])) {
    $this->types = $mapping['types'];
  }
  return $this;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.