Skip to content
Snippets Groups Projects

ZERO-162-changes

Open Eduarda Lentz Rodrigues da Silva requested to merge ZERO-162-changes into develop
Compare and Show latest version
19 files
+ 484
160
Compare changes
  • Side-by-side
  • Inline
Files
19
@@ -20,11 +20,12 @@ namespace Firegento\ContentProvisioning\Api;
interface CmsBlockRepositoryInterface
{
public const CMS_BLOCK_TABLE_NAME = 'cms_block';
/**
* Get CMS Block data by its title.
* Get CMS Block data by its identifier.
*
* @param string $title
* @return array
* @param string $blockIdentifier
* @return BlockRepositoryInterface[]
*/
public function getByTitle(string $title): array;
public function getByIdentifier(string $blockIdentifier): array;
}
Loading