GitHub

DaffTestingContentService

import { DaffTestingContentService } from '@daffodil/content/driver/testing'

@Injectable()
class DaffTestingContentService implements DaffContentServiceInterface {
  getBlocks(...blockIds: string[]): any
}

() Methods

getBlocks
any

Get an content object with the specified content ID.

Parameters
ParameterblockIds: string[]
Description