Home
last modified time | relevance | path

Searched refs:getNewEntityValues (Results 1 – 17 of 17) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/user/tests/src/Functional/
H A DUserTranslationUITest.php57 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\user\\Functional\\UserTranslationUITest
59 return ['name' => $this->name] + parent::getNewEntityValues($langcode);
93 $entity_id = $this->createEntity($this->getNewEntityValues('en'), 'en');
/dports/www/drupal9/drupal-9.2.10/core/modules/user/tests/src/Functional/
H A DUserTranslationUITest.php57 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\user\\Functional\\UserTranslationUITest
59 return ['name' => $this->name] + parent::getNewEntityValues($langcode);
88 $entity_id = $this->createEntity($this->getNewEntityValues('en'), 'en');
/dports/www/drupal9/drupal-9.2.10/core/modules/block_content/tests/src/Functional/
H A DBlockContentTranslationUITest.php86 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\block_content\\Functional\\BlockContentTranslationUITest
87 …return ['info' => mb_strtolower($this->randomMachineName())] + parent::getNewEntityValues($langcod…
113 $values = $this->getNewEntityValues($default_langcode);
/dports/www/drupal8/drupal-8.9.20/core/modules/media/tests/src/Functional/
H A DMediaTranslationUITest.php96 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\media\\Functional\\MediaTranslationUITest
100 ] + parent::getNewEntityValues($langcode);
/dports/www/drupal9/drupal-9.2.10/core/modules/media/tests/src/Functional/
H A DMediaTranslationUITest.php96 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\media\\Functional\\MediaTranslationUITest
100 ] + parent::getNewEntityValues($langcode);
/dports/www/drupal8/drupal-8.9.20/core/modules/block_content/tests/src/Functional/
H A DBlockContentTranslationUITest.php113 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\block_content\\Functional\\BlockContentTranslationUITest
114 …return ['info' => mb_strtolower($this->randomMachineName())] + parent::getNewEntityValues($langcod…
140 $values = $this->getNewEntityValues($default_langcode);
/dports/www/drupal8/drupal-8.9.20/core/modules/shortcut/tests/src/Functional/
H A DShortcutTranslationUITest.php67 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\shortcut\\Functional\\ShortcutTranslationUITest
68 …return ['title' => [['value' => $this->randomMachineName()]]] + parent::getNewEntityValues($langco…
/dports/www/drupal9/drupal-9.2.10/core/modules/shortcut/tests/src/Functional/
H A DShortcutTranslationUITest.php67 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\shortcut\\Functional\\ShortcutTranslationUITest
68 …return ['title' => [['value' => $this->randomMachineName()]]] + parent::getNewEntityValues($langco…
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/tests/src/Functional/
H A DTermTranslationUITest.php69 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\taxonomy\\Functional\\TermTranslationUITest
70 return ['name' => $this->randomMachineName()] + parent::getNewEntityValues($langcode);
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/tests/src/Functional/
H A DTermTranslationUITest.php68 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\taxonomy\\Functional\\TermTranslationUITest
69 return ['name' => $this->randomMachineName()] + parent::getNewEntityValues($langcode);
/dports/www/drupal8/drupal-8.9.20/core/modules/node/tests/src/Functional/
H A DNodeTranslationUITest.php156 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\node\\Functional\\NodeTranslationUITest
157 …return ['title' => [['value' => $this->randomMachineName()]]] + parent::getNewEntityValues($langco…
295 $values[$default_langcode] = $this->getNewEntityValues($default_langcode);
302 $values[$langcode] = $this->getNewEntityValues($langcode);
/dports/www/drupal9/drupal-9.2.10/core/modules/node/tests/src/Functional/
H A DNodeTranslationUITest.php159 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\node\\Functional\\NodeTranslationUITest
160 …return ['title' => [['value' => $this->randomMachineName()]]] + parent::getNewEntityValues($langco…
312 $values[$default_langcode] = $this->getNewEntityValues($default_langcode);
319 $values[$langcode] = $this->getNewEntityValues($langcode);
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/src/Functional/
H A DCommentTranslationUITest.php128 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\comment\\Functional\\CommentTranslationUITest
133 ] + parent::getNewEntityValues($langcode);
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/tests/src/Functional/
H A DCommentTranslationUITest.php128 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\comment\\Functional\\CommentTranslationUITest
133 ] + parent::getNewEntityValues($langcode);
/dports/www/drupal8/drupal-8.9.20/core/modules/content_translation/tests/src/Functional/
H A DContentTranslationUITestBase.php73 $values[$default_langcode] = $this->getNewEntityValues($default_langcode);
106 $values[$langcode] = $this->getNewEntityValues($langcode);
184 $values[$langcode] = $this->getNewEntityValues($langcode);
386 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\content_translation\\Functional\\ContentTranslationUITestBase
/dports/www/drupal9/drupal-9.2.10/core/modules/content_translation/tests/src/Functional/
H A DContentTranslationUITestBase.php73 $values[$default_langcode] = $this->getNewEntityValues($default_langcode);
106 $values[$langcode] = $this->getNewEntityValues($langcode);
187 $values[$langcode] = $this->getNewEntityValues($langcode);
400 protected function getNewEntityValues($langcode) { function in Drupal\\Tests\\content_translation\\Functional\\ContentTranslationUITestBase
/dports/www/drupal8/drupal-8.9.20/core/modules/content_translation/src/Tests/
H A DContentTranslationUITestBase.php191 $values[$langcode] = $this->getNewEntityValues($langcode);
393 protected function getNewEntityValues($langcode) { function in Drupal\\content_translation\\Tests\\ContentTranslationUITestBase