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