You are here

protected static property EntityReferenceSelectionReferenceableTest::$labels in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php \Drupal\Tests\system\Kernel\Entity\EntityReferenceSelectionReferenceableTest::labels
  2. 9 core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php \Drupal\Tests\system\Kernel\Entity\EntityReferenceSelectionReferenceableTest::labels

Labels to be tested.

Type: array

File

core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php, line 32

Class

EntityReferenceSelectionReferenceableTest
Tests entity reference selection plugins.

Namespace

Drupal\Tests\system\Kernel\Entity

Code

protected static $labels = [
  'abc',
  'Xyz_',
  'xyabz_',
  'foo_',
  'bar_',
  'baz_',
  'șz_',
  NULL,
  '<strong>',
];