function ListElement::create
Creates a form element instance from a schema definition.
Parameters
\Drupal\Core\TypedData\TypedDataInterface $schema: The configuration schema.
Return value
static
Overrides ElementInterface::create
File
-
core/
modules/ config_translation/ src/ FormElement/ ListElement.php, line 41
Class
- ListElement
- Defines the list element for the configuration translation interface.
Namespace
Drupal\config_translation\FormElementCode
public static function create(TypedDataInterface $schema) {
return new static($schema);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.