0

Is there any way to override class inside the modules/foundation in liferay DXP?

Ravi R
  • 73
  • 1
  • 11

1 Answers1

0

Liferay 7 design is more over extensible than override. Instead of overriding something extend the functionality or replace with another module.

Here's are few samples which allow us to extend at different level.

https://github.com/liferay/liferay-blade-samples/tree/master/liferay-workspace/extensions

https://github.com/liferay/liferay-blade-samples/tree/master/liferay-workspace/overrides

Rajesh
  • 400
  • 3
  • 7