protected StorableConfigBase::getSchemaWrapper()
Gets the schema wrapper for the whole configuration object.
The schema wrapper is dependent on the configuration name and the whole data structure, so if the name or the data changes in any way, the wrapper should be reset.
Return value
\Drupal\Core\Config\Schema\Element
File
core/lib/Drupal/Core/Config/StorableConfigBase.php, line 130
Class
StorableConfigBase Provides a base class for configuration objects with storage support.
Namespace