Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / path / src / Form / PathFilterForm.php
index f7829061ecb3b87de66f4a784cdb9dfe094e846d..52b0ffbb9446a0cf5e3121b2a5799abc909163fa 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Provides the path admin overview filter form.
+ *
+ * @internal
  */
 class PathFilterForm extends FormBase {
 
@@ -30,7 +32,7 @@ class PathFilterForm extends FormBase {
     ];
     $form['basic']['filter'] = [
       '#type' => 'search',
-      '#title' => 'Path alias',
+      '#title' => $this->t('Path alias'),
       '#title_display' => 'invisible',
       '#default_value' => $keys,
       '#maxlength' => 128,