checkResource($metadata->getResource()); /** * In a form, the name is send, not the {@link Metadata::getPersistentName()} */ $value = $this->data[$metadata::getName()]; if ($value !== null) { return $value; } return $default; } }