public static property RolesRidTest::$entityInfo

Entity info used by the test.

Type: array

File

drupal/core/modules/user/tests/Drupal/Tests/user/Views/Argument/RolesRidTest.php, line 27
Contains \Drupal\Tests\user\Views\Argument\RolesRidTest.

Class

RolesRidTest
Tests the roles argument handler.

Namespace

Drupal\Tests\user\Views\Argument

Code

public static $entityInfo = array(
  'entity_keys' => array(
    'id' => 'id',
    'label' => 'label',
  ),
  'config_prefix' => 'user.role',
  'class' => 'Drupal\\user\\Plugin\\Core\\Entity\\Role',
);