Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@ public function recursiveResetDirtyMap(AbstractObject $object): void
Service::recursiveResetDirtyMap($object);
}

public function getVersionDependentDatabaseColumnName(string $fieldName): string
{
return Service::getVersionDependentDatabaseColumnName($fieldName);
}

public function doHideUnpublished(?ElementInterface $element): bool
{
return Service::doHideUnpublished($element);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ public function doResetDirtyMap(Model\AbstractModel $container, ClassDefinition|

public function recursiveResetDirtyMap(AbstractObject $object): void;

public function getVersionDependentDatabaseColumnName(string $fieldName): string;

public function doHideUnpublished(?ElementInterface $element): bool;

public function getElementByPath(string $type, string $path): ?ElementInterface;
Expand Down
Loading