File
 
   - drupal/core/modules/system/lib/Drupal/system/Tests/Entity/FieldAccessTest.php, line 34
 
  - Contains \Drupal\system\Tests\Entity\FieldAccessTest.
 
  Class
  
  - FieldAccessTest 
 
  - Tests the functionality of field access.
 
  Namespace
  Drupal\system\Tests\Entity
Code
public static function getInfo() {
  return array(
    'name' => 'Field access tests',
    'description' => 'Test Field level access hooks.',
    'group' => 'Entity API',
  );
}