public functiongetConfigTarget() {
// For configuration entities, use the config ID for the config target// identifier. This ensures that default configuration (which does not yet// have UUIDs) can be provided and installed with references to the target,// and also makes config dependencies more readable.return$this->id();
}