You are here

public function Breakpoint::getConfigName in Breakpoints 8

Get config name.

Return value

string

1 call to Breakpoint::getConfigName()
Breakpoint::save in lib/Drupal/breakpoint/Breakpoint.php
Overrides Drupal\config\ConfigEntityBase::save().

File

lib/Drupal/breakpoint/Breakpoint.php, line 166
Definition of Drupal\breakpoint\Breakpoint.

Class

Breakpoint
Defines the Breakpoint entity.

Namespace

Drupal\breakpoint

Code

public function getConfigName() {
  return $this->sourceType . '.' . $this->source . '.' . $this->name;
}