What does the method defineSettings() return?

What does the method defineSettings() return? Correct Answer Array of settings name

The defineSettings() method returns an array whose keys define the setting names, and values define the parameters (the type of value, etc). If you need to do any processing on your settings’ post data before they’re saved to the database’s content table, you can do it with the prepSettings() method.

Related Questions

A model which regresses return of stock against return of market is classified as
When does the defineContentAttribute() method return a false?
What does the method Performance.now() return?
Which method receives the return value of setInterval() to cancel future invocations?