public ConfigNamesMapper::getContextualLinkGroup()
Returns the name of the contextual link group to add contextual links to.
Return value
string|null A contextual link group name or null if no link should be added.
Overrides ConfigMapperInterface::getContextualLinkGroup
File
- core/modules/config_translation/src/ConfigNamesMapper.php, line 481
Class
- ConfigNamesMapper
- Configuration mapper base implementation.
Namespace
Drupal\config_translation
Code
public function getContextualLinkGroup() { return NULL; }
Please login to continue.