File
- drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityAccessTest.php, line 20
- Contains Drupal\system\Tests\Entity\EntityAccessTest.
Class
- EntityAccessTest
- Tests the entity access controller.
Namespace
Drupal\system\Tests\Entity
Code
public static function getInfo() {
return array(
'name' => 'Entity access',
'description' => 'Tests entity access.',
'group' => 'Entity API',
);
}