function ConfigNamesMapper::getWeight
Returns the weight of the mapper.
Return value
int The weight of the mapper.
Overrides ConfigMapperInterface::getWeight
File
-
core/
modules/ config_translation/ src/ ConfigNamesMapper.php, line 376
Class
- ConfigNamesMapper
- Configuration mapper base implementation.
Namespace
Drupal\config_translationCode
public function getWeight() {
return $this->pluginDefinition['weight'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.