public function ConfigNamesMapper::getWeight in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/config_translation/src/ConfigNamesMapper.php \Drupal\config_translation\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 366 - Contains \Drupal\config_translation\ConfigNamesMapper.
Class
- ConfigNamesMapper
- Configuration mapper base implementation.
Namespace
Drupal\config_translationCode
public function getWeight() {
return $this->pluginDefinition['weight'];
}