You are here

public function FormState::getValues in Module Builder 7.2

File

includes/module_builder.pages.inc, line 454
Menu callback for main module builder page.

Class

FormState
Wrapper around D7's form state array, so D8 methods work.

Code

public function getValues() {
  return $this->form_state['values'];
}