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
15 files
+ 337
47
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -21,10 +21,10 @@ namespace Firegento\ContentProvisioning\Api;
interface CmsBlockRepositoryInterface
{
/**
* Get CMS Block data by its title.
* Get CMS Block data by its identifier.
*
* @param string $title
* @param string $blockIdentifier
* @return array
*/
public function getByTitle(string $title): array;
public function getByIdentifier(string $blockIdentifier): array;
}
Loading