Home
last modified time | relevance | path

Searched refs:valueBefore (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) {
46 self::OLD_VALUE_ATTRIBUTE => $valueBefore,
/plugin/combo/action/
H A Dmetaprocessing.php116 $valueBefore = $beforeMeta->toStoreValue();
119 $valueBefore = null;
123 MetadataMutation::notifyMetadataMutation($attribute, $valueBefore, $valueAfter, $page);