function ConfigEntity::fields

File

core/modules/migrate/src/Plugin/migrate/source/ConfigEntity.php, line 81

Class

ConfigEntity
Drupal configuration source from database.

Namespace

Drupal\migrate\Plugin\migrate\source

Code

public function fields() {
    return [
        'collection' => $this->t('The config object collection.'),
        'name' => $this->t('The config object name.'),
        'data' => $this->t('Serialized configuration object data.'),
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.