public function GatherContentUploadTestBase::getMetatagMultilangItem in GatherContent 8.5
Returns Item for the meta tag multilang ProcessPane test.
Return value
\Cheppers\GatherContent\DataTypes\Item Item object.
1 call to GatherContentUploadTestBase::getMetatagMultilangItem()
- GatherContentUploadTest::testProcessPanesMetatagMultilang in gathercontent_upload/
tests/ src/ Kernel/ GatherContentUploadTest.php - Tests field manipulation for metatag content.
File
- gathercontent_upload/
tests/ src/ Kernel/ GatherContentUploadTestBase.php, line 340
Class
- GatherContentUploadTestBase
- Class GatherContentUploadTestBase.
Namespace
Drupal\Tests\gathercontent_upload\KernelCode
public function getMetatagMultilangItem() {
return new Item([
'project_id' => 86701,
'template_id' => 429623,
]);
}