refactored page actions to event subscriber (#2420)
This commit is contained in:
@@ -49,6 +49,9 @@ class CustomerMeta implements MetaTableTypeInterface
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Customer|null
|
||||
*/
|
||||
public function getEntity(): ?EntityWithMetaFields
|
||||
{
|
||||
return $this->customer;
|
||||
|
||||
Reference in New Issue
Block a user