class BasicPageDriver implements DriverInterface (View source)

Traits

Properties

protected InstallationService $installationService
protected UserInfoRepository $userInfoRepository

Methods

DataFieldInterface|null
getThumbnailDataField(ObjectInterface $mixed)

No description

__construct(InstallationService $installationService, UserInfoRepository $userInfoRepository)

No description

string
getCategory()

No description

bool
isValidForObject($mixed)

Returns true if the driver can/should be used with this object.

Details

getThumbnailAttributeKeyHandle()

No description

DataFieldInterface|null getThumbnailDataField(ObjectInterface $mixed)

No description

Parameters

ObjectInterface $mixed

Return Value

DataFieldInterface|null

__construct(InstallationService $installationService, UserInfoRepository $userInfoRepository)

No description

Parameters

InstallationService $installationService
UserInfoRepository $userInfoRepository

string getCategory()

No description

Return Value

string

bool isValidForObject($mixed)

Returns true if the driver can/should be used with this object.

Parameters

$mixed

Return Value

bool

Collection extractData(CategoryMemberInterface $mixed)

No description

Parameters

CategoryMemberInterface $mixed

Return Value

Collection