Esempio n. 1
0
 /**
  * Find a field with given id.
  *
  * The full field id consists of two parts: the entity id and the field id.
  * I.e. `users.password`.
  *
  * @param string $id
  *
  * @throws RuntimeException
  *
  * @return Schema\Fields\BaseField
  */
 public function field($id)
 {
     return $this->entities->field($id);
 }