silverstripe-framework/docs/en/02_Developer_Guides/05_Extending/index.md
Aaron Carlino 54e7223d98 NEW: Docs rebuild for compliance with Gatsby (#9316)
* Rewrite callout blocks

* Rewrite frontmatter

* Replace missing frontmatter

* Replace note callouts

* Fix icons

* Hide children

* Tidy up code blocks

* Replace legacy code blocks with fenced
2019-11-20 10:44:53 +13:00

935 B

title summary introduction icon
Extending SilverStripe Understand the ways to modify the built-in functionality through Extensions, Subclassing and Dependency Injection. SilverStripe is easily extensible to meet custom application requirements. This guide covers the wide range of API's to modify built-in functionality and make your own code easily extensible. code

No two applications are ever going to be the same and SilverStripe is built with this in mind. The core framework includes common functionality and default behaviors easily complemented with add-ons such as modules, widgets and themes.

SilverStripe includes a myriad of extension API's such as Extension Hooks and support for programming patterns such as Dependency Injection. Allowing developers to tailor the framework to their needs without modifying the core framework.

[CHILDREN Exclude="How_Tos"]

How to's

[CHILDREN Folder="How_Tos"]