ConfigNamesMapper::getContextualLinkGroup

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;
}
doc_Drupal
2016-10-29 08:54:18
Comments
Leave a Comment

Please login to continue.