Issue #3018321 by svenryen: Closing parentheses missing from string about migrate RDF mapping (The name of the entity type a mapping...)
parent
269c716d1d
commit
c9d5538167
|
@ -45,7 +45,7 @@ class RdfMapping extends DrupalSqlBase {
|
||||||
*/
|
*/
|
||||||
public function fields() {
|
public function fields() {
|
||||||
return [
|
return [
|
||||||
'type' => $this->t('The name of the entity type a mapping applies to (node, user, comment, etc.'),
|
'type' => $this->t('The name of the entity type a mapping applies to (node, user, comment, etc.)'),
|
||||||
'bundle' => $this->t('The name of the bundle a mapping applies to.'),
|
'bundle' => $this->t('The name of the bundle a mapping applies to.'),
|
||||||
'mapping' => $this->t('The serialized mapping of the bundle type and fields to RDF terms.'),
|
'mapping' => $this->t('The serialized mapping of the bundle type and fields to RDF terms.'),
|
||||||
'types' => $this->t('RDF types.'),
|
'types' => $this->t('RDF types.'),
|
||||||
|
|
Loading…
Reference in New Issue