FormState::moduleLoadInclude

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

protected function moduleLoadInclude($module, $type, $name = NULL) {
  return \Drupal::moduleHandler()->loadInclude($module, $type, $name);
}
doc_Drupal
2016-10-29 09:16:02
Comments
Leave a Comment

Please login to continue.