By smustgrave on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
6.0.x
Introduced in version:
6.0.0-alpha1
Issue links:
Description:
@AkamaiClient will be removed in 6.1.x or 7.0.x of the akamai module. Convert to attribute
#[AkamaiClient].
Example
Before
* @AkamaiClient(
* id = "v3",
* title = @Translation("Akamai Client CCUv3")
* )
After
#[AkamaiClient(
id: 'v3',
title: new TranslatableMarkup('Akamai Client CCUv3'),
)]
Impacts:
Module developers