You are here

public function FormState::get in Module Builder 7.2

File

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

Class

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

Code

public function get($address) {
  return NestedArray::getValue($this->form_state['storage'], $address);
}