comparison core/lib/Drupal/Core/Block/BlockBase.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
255 255
256 /** 256 /**
257 * {@inheritdoc} 257 * {@inheritdoc}
258 */ 258 */
259 public function getPreviewFallbackString() { 259 public function getPreviewFallbackString() {
260 return $this->t('Placeholder for the "@block" block', ['@block' => $this->label()]); 260 return $this->t('"@block" block', ['@block' => $this->label()]);
261 } 261 }
262 262
263 /** 263 /**
264 * Wraps the transliteration service. 264 * Wraps the transliteration service.
265 * 265 *