: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
namespace Nextend\Framework\Form;
protected $isVisible = true;
$this->isVisible = false;
* @return ContainerInterface
public function getParent() {
public function getPath() {
return $this->getParent()
->getPath() . '/' . $this->name;
public function renderContainer() {
abstract public function getControlName();
abstract public function getForm();
* @param AbstractField $element
abstract public function decorateElement($element);
abstract public function getName();