- Notice: Trying to access array offset on value of type null in Doctrine\Common\Annotations\DocParser->Identifier() (line 967 of vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php).
Doctrine\Common\Annotations\DocParser->Identifier()
Doctrine\Common\Annotations\DocParser->Annotation()
Doctrine\Common\Annotations\DocParser->Annotations()
Doctrine\Common\Annotations\DocParser->parse('/**
* Defines a form element plugin annotation object.
*
* See \Drupal\Core\Render\Element\FormElementInterface for more information
* about form element plugins.
*
* Plugin Namespace: Element
*
* For a working example, see \Drupal\Core\Render\Element\Textfield.
*
* @see \Drupal\Core\Render\ElementInfoManager
* @see \Drupal\Core\Render\Element\FormElementInterface
* @see \Drupal\Core\Render\Element\FormElement
* @see \Drupal\Core\Render\Annotation\RenderElement
* @see plugin_api
*
* @ingroup theme_render
*
* @Annotation
*/', 'class @Drupal\Core\Render\Annotation\FormElement')
Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Render\Annotation\FormElement')
Doctrine\Common\Annotations\DocParser->Annotation()
Doctrine\Common\Annotations\DocParser->Annotations()
Doctrine\Common\Annotations\DocParser->parse('/**
* Provides a datetime element.
*
* @FormElement("datetime")
*/', 'class Drupal\Core\Datetime\Element\Datetime')
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object)
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Render\Annotation\RenderElement')
Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions()
Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions()
Drupal\Core\Plugin\DefaultPluginManager->findDefinitions()
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions()
Drupal\Core\Render\ElementInfoManager->buildInfo('seven')
Drupal\Core\Render\ElementInfoManager->getInfo('form')
Drupal\Core\Form\FormBuilder->prepareForm('install_select_language_form', Array, Object)
Drupal\Core\Form\FormBuilder->buildForm('install_select_language_form', Object)
install_get_form('Drupal\Core\Installer\Form\SelectLanguageForm', Array)
install_select_language(Array)
install_run_task(Array, Array)
install_run_tasks(Array)
install_drupal(Object)
- Notice: Trying to access array offset on value of type null in Doctrine\Common\Annotations\DocParser->Identifier() (line 967 of vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php).
Doctrine\Common\Annotations\DocParser->Identifier()
Doctrine\Common\Annotations\DocParser->Annotation()
Doctrine\Common\Annotations\DocParser->Annotations()
Doctrine\Common\Annotations\DocParser->parse('/**
* Defines a render element plugin annotation object.
*
* See \Drupal\Core\Render\Element\ElementInterface for more information
* about render element plugins.
*
* Plugin Namespace: Element
*
* For a working example, see \Drupal\Core\Render\Element\Link.
*
* @see \Drupal\Core\Render\ElementInfoManager
* @see \Drupal\Core\Render\Element\ElementInterface
* @see \Drupal\Core\Render\Element\RenderElement
* @see \Drupal\Core\Render\Annotation\FormElement
* @see plugin_api
*
* @ingroup theme_render
*
* @Annotation
*/', 'class @Drupal\Core\Render\Annotation\RenderElement')
Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Render\Annotation\RenderElement')
Doctrine\Common\Annotations\DocParser->Annotation()
Doctrine\Common\Annotations\DocParser->Annotations()
Doctrine\Common\Annotations\DocParser->parse('/**
* Provides a render element for a group of form elements.
*
* Usage example:
* @code
* $form['author'] = array(
* '#type' => 'fieldset',
* '#title' => 'Author',
* );
*
* $form['author']['name'] = array(
* '#type' => 'textfield',
* '#title' => t('Name'),
* );
* @endcode
*
* @see \Drupal\Core\Render\Element\Fieldgroup
* @see \Drupal\Core\Render\Element\Details
*
* @RenderElement("fieldset")
*/', 'class Drupal\Core\Render\Element\Fieldset')
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object)
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Render\Annotation\RenderElement')
Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions()
Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions()
Drupal\Core\Plugin\DefaultPluginManager->findDefinitions()
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions()
Drupal\Core\Render\ElementInfoManager->buildInfo('seven')
Drupal\Core\Render\ElementInfoManager->getInfo('form')
Drupal\Core\Form\FormBuilder->prepareForm('install_select_language_form', Array, Object)
Drupal\Core\Form\FormBuilder->buildForm('install_select_language_form', Object)
install_get_form('Drupal\Core\Installer\Form\SelectLanguageForm', Array)
install_select_language(Array)
install_run_task(Array, Array)
install_run_tasks(Array)
install_drupal(Object)
- Notice: Trying to access array offset on value of type null in Doctrine\Common\Annotations\DocParser->Identifier() (line 967 of vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php).
Doctrine\Common\Annotations\DocParser->Identifier()
Doctrine\Common\Annotations\DocParser->Annotation()
Doctrine\Common\Annotations\DocParser->Annotations()
Doctrine\Common\Annotations\DocParser->parse('/**
* Defines a config entity type annotation object.
*
* Config Entity type plugins use an object-based annotation method, rather than an
* array-type annotation method (as commonly used on other annotation types).
* The annotation properties of entity types are found on
* \Drupal\Core\Entity\ConfigEntityType and are accessed using
* get/set methods defined in \Drupal\Core\Entity\EntityTypeInterface.
*
* @ingroup entity_api
*
* @Annotation
*/', 'class @Drupal\Core\Entity\Annotation\ConfigEntityType')
Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Entity\Annotation\ConfigEntityType')
Doctrine\Common\Annotations\DocParser->Annotation()
Doctrine\Common\Annotations\DocParser->Annotations()
Doctrine\Common\Annotations\DocParser->parse('/**
* Defines the Date Format configuration entity class.
*
* @ConfigEntityType(
* id = "date_format",
* label = @Translation("Date format"),
* handlers = {
* "access" = "Drupal\system\DateFormatAccessControlHandler",
* },
* entity_keys = {
* "id" = "id",
* "label" = "label"
* },
* admin_permission = "administer site configuration",
* list_cache_tags = { "rendered" },
* config_export = {
* "id",
* "label",
* "locked",
* "pattern",
* }
* )
*/', 'class Drupal\Core\Datetime\Entity\DateFormat')
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object)
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Entity\Annotation\EntityType')
Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions()
Drupal\Core\Entity\EntityTypeManager->findDefinitions()
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions()
Drupal\Core\Plugin\DefaultPluginManager->getDefinition('date_format', )
Drupal\Core\Entity\EntityTypeManager->getDefinition('date_format')
Drupal\Core\Entity\EntityTypeManager->getHandler('date_format', 'storage')
Drupal\Core\Entity\EntityTypeManager->getStorage('date_format')
Drupal\Core\Entity\EntityManager->getStorage('date_format')
Drupal\Core\Datetime\DateFormatter->__construct(Object, Object, Object, Object, Object)
ReflectionClass->newInstanceArgs(Array)
Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, 'date.formatter')
Symfony\Component\DependencyInjection\ContainerBuilder->get('date.formatter', 1)
Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Object)
Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Array)
Symfony\Component\DependencyInjection\ContainerBuilder->callMethod(Object, Array)
Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, 'twig.extension')
Symfony\Component\DependencyInjection\ContainerBuilder->get('twig.extension', 1)
Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Object)
Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Array)
Symfony\Component\DependencyInjection\ContainerBuilder->callMethod(Object, Array)
Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, 'twig')
Symfony\Component\DependencyInjection\ContainerBuilder->get('twig')
Drupal::service('twig')
twig_render_template('core/themes/classy/templates/layout/html.html.twig', Array)
Drupal\Core\Theme\ThemeManager->render('html', Array)
Drupal\Core\Render\Renderer->doRender(Array, 1)
Drupal\Core\Render\Renderer->render(Array, 1)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}()
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object)
Drupal\Core\Render\Renderer->renderRoot(Array)
Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, 'Choose language', 'install_page', Array)
Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, 'Choose language', 'install_page', Array)
install_display_output(Array, Array)
install_drupal(Object)
- Notice: Trying to access array offset on value of type null in Doctrine\Common\Annotations\DocParser->Identifier() (line 967 of vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php).
Doctrine\Common\Annotations\DocParser->Identifier()
Doctrine\Common\Annotations\DocParser->Annotation()
Doctrine\Common\Annotations\DocParser->Annotations()
Doctrine\Common\Annotations\DocParser->parse('/**
* Defines a translatable annotation object.
*
* Some metadata within an annotation needs to be translatable. This class
* supports that need by allowing both the translatable string and, if
* specified, a context for that string. The string (with optional context)
* is passed into t().
*
* @ingroup plugin_translatable
*
* @Annotation
*/', 'class @Drupal\Core\Annotation\Translation')
Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Annotation\Translation')
Doctrine\Common\Annotations\DocParser->Annotation()
Doctrine\Common\Annotations\DocParser->PlainValue()
Doctrine\Common\Annotations\DocParser->FieldAssignment()
Doctrine\Common\Annotations\DocParser->Value()
Doctrine\Common\Annotations\DocParser->Values()
Doctrine\Common\Annotations\DocParser->MethodCall()
Doctrine\Common\Annotations\DocParser->Annotation()
Doctrine\Common\Annotations\DocParser->Annotations()
Doctrine\Common\Annotations\DocParser->parse('/**
* Defines the Date Format configuration entity class.
*
* @ConfigEntityType(
* id = "date_format",
* label = @Translation("Date format"),
* handlers = {
* "access" = "Drupal\system\DateFormatAccessControlHandler",
* },
* entity_keys = {
* "id" = "id",
* "label" = "label"
* },
* admin_permission = "administer site configuration",
* list_cache_tags = { "rendered" },
* config_export = {
* "id",
* "label",
* "locked",
* "pattern",
* }
* )
*/', 'class Drupal\Core\Datetime\Entity\DateFormat')
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object)
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Entity\Annotation\EntityType')
Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions()
Drupal\Core\Entity\EntityTypeManager->findDefinitions()
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions()
Drupal\Core\Plugin\DefaultPluginManager->getDefinition('date_format', )
Drupal\Core\Entity\EntityTypeManager->getDefinition('date_format')
Drupal\Core\Entity\EntityTypeManager->getHandler('date_format', 'storage')
Drupal\Core\Entity\EntityTypeManager->getStorage('date_format')
Drupal\Core\Entity\EntityManager->getStorage('date_format')
Drupal\Core\Datetime\DateFormatter->__construct(Object, Object, Object, Object, Object)
ReflectionClass->newInstanceArgs(Array)
Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, 'date.formatter')
Symfony\Component\DependencyInjection\ContainerBuilder->get('date.formatter', 1)
Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Object)
Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Array)
Symfony\Component\DependencyInjection\ContainerBuilder->callMethod(Object, Array)
Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, 'twig.extension')
Symfony\Component\DependencyInjection\ContainerBuilder->get('twig.extension', 1)
Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Object)
Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Array)
Symfony\Component\DependencyInjection\ContainerBuilder->callMethod(Object, Array)
Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, 'twig')
Symfony\Component\DependencyInjection\ContainerBuilder->get('twig')
Drupal::service('twig')
twig_render_template('core/themes/classy/templates/layout/html.html.twig', Array)
Drupal\Core\Theme\ThemeManager->render('html', Array)
Drupal\Core\Render\Renderer->doRender(Array, 1)
Drupal\Core\Render\Renderer->render(Array, 1)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}()
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object)
Drupal\Core\Render\Renderer->renderRoot(Array)
Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, 'Choose language', 'install_page', Array)
Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, 'Choose language', 'install_page', Array)
install_display_output(Array, Array)
install_drupal(Object)