Home
last modified time | relevance | path

Searched refs:valueAfter (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DMetadataMutation.php37 …public static function notifyMetadataMutation(string $attribute, $valueBefore, $valueAfter, Path $… argument
39 if ($valueAfter !== $valueBefore) {
45 self::NEW_VALUE_ATTRIBUTE => $valueAfter,
/plugin/combo/action/
H A Dmetaprocessing.php122 $valueAfter = $afterMeta->toStoreValue();
123 MetadataMutation::notifyMetadataMutation($attribute, $valueBefore, $valueAfter, $page);