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

1
2
3
protected function moduleLoadInclude($module, $type, $name = NULL) {
  return \Drupal::moduleHandler()->loadInclude($module, $type, $name);
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.