protected FormState::moduleLoadInclude($module, $type, $name = NULL)
Wraps ModuleHandler::loadInclude().
File
- core/lib/Drupal/Core/Form/FormState.php, line 1253
Class
- FormState
- Stores information about the state of a form.
Namespace
Drupal\Core\Form
Code
1 2 3 | protected function moduleLoadInclude( $module , $type , $name = NULL) { return \Drupal::moduleHandler()->loadInclude( $module , $type , $name ); } |
Please login to continue.