Resolve #2596207 "More specific titles for 11x"
2 unresolved threads
Closes #2596207
Merge request reports
Activity
104 104 return $this->description; 105 105 } 106 106 107 /** 108 * {@inheritdoc} 109 */ 110 public function getName() { changed this line in version 3 of the diff
22 22 /** @var \Drupal\taxonomy\TermStorageInterface $taxonomy_storage */ 23 23 $taxonomy_storage = $this->entityTypeManager->getStorage('taxonomy_term'); 24 24 $vocabulary = $vocab_storage->load($term->bundle()); 25 if ($term->isNew() && $vocabulary->label()) { added 1 commit
added 2071 commits
-
00c2051b...7f47553b - 2066 commits from branch
project:11.x
- 2b2ea976 - Issue#2596207: Improve edit form of Vocabulary and Terms.
- 53b29301 - Fix test fails.
- d2ae6adf - Issue#2596207: Update test for new term title.
- 9f7471f3 - Issue#2596207: Typehinted the return type.
- 2714cb87 - Merge branch '2596207-more-specific-titles-11x' of...
Toggle commit list-
00c2051b...7f47553b - 2066 commits from branch
added 1 commit
added 1 commit
Please register or sign in to reply