Issue #3018321 by svenryen: Closing parentheses missing from string about migrate RDF mapping (The name of the entity type a mapping...)

8.7.x
Alex Pott 2018-12-06 16:38:19 +01:00
parent 269c716d1d
commit c9d5538167
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class RdfMapping extends DrupalSqlBase {
*/
public function fields() {
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.'),
'mapping' => $this->t('The serialized mapping of the bundle type and fields to RDF terms.'),
'types' => $this->t('RDF types.'),