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