2 namespace TYPO3\CMS\Backend\View\BackendLayout;
55 throw new \UnexpectedValueException(
56 'Identifier "' .
$identifier .
'" must not contain "__"',
75 throw new \UnexpectedValueException(
76 'BackendLayout Identifier "' .
$identifier .
'" must not contain "__"',
82 throw new \LogicException(
83 'Backend Layout ' . $identifier .
' is already defined',
88 $this->backendLayouts[
$identifier] = $backendLayout;
99 $backendLayout = null;
102 $backendLayout = $this->backendLayouts[
$identifier];
105 return $backendLayout;