Example: Config Simple

Implement a Config Entity.

This module demonstrates implementing a Simple Translatable Config Form.

This is an example of a simple translatable configuration form, the kind you might create to store configuration data. This form can store different data for each site enabled language.

Parent topics

File

modules/config_simple_example/config_simple_example.module, line 8

Classes

Title Sort descending File name Summary
ConfigExampleTest modules/config_simple_example/tests/src/Functional/ConfigExampleTest.php Ensure that the form_api_example forms work properly.