FluidTYPO3\Flux\Package\FluxPackageInterface::modify PHP Method

modify() public method

Is used internally when applying compatibility values: the "overlay" type subset of version dependent values is detected based on current version and passed to this function which then assimilates the values.
public modify ( array $alternativeManifestDeclaration ) : void
$alternativeManifestDeclaration array
return void
    public function modify(array $alternativeManifestDeclaration);