Breakpoint::getLabel

public Breakpoint::getLabel()

Returns the translated label.

Return value

string The translated label.

Overrides BreakpointInterface::getLabel

File

core/modules/breakpoint/src/Breakpoint.php, line 18

Class

Breakpoint
Default object used for breakpoint plugins.

Namespace

Drupal\breakpoint

Code

public function getLabel() {
  return $this->t($this->pluginDefinition['label'], array(), array('context' => 'breakpoint'));
}
doc_Drupal
2016-10-29 08:48:50
Comments
Leave a Comment

Please login to continue.