- 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() (Line: 665)
Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
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') (Line: 496)
Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Render\Annotation\RenderElement') (Line: 718)
Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
Doctrine\Common\Annotations\DocParser->parse('/**
* Provides a render element that wraps child elements in a container.
*
* Surrounds child elements with a and adds attributes such as classes or
* an HTML ID.
*
* Properties:
* - #optional: Indicates whether the container should render when it has no
* visible children. Defaults to FALSE.
*
* Usage example:
* @code
* $form['needs_accommodation'] = [
* '#type' => 'checkbox',
* '#title' => $this->t('Need Special Accommodations?'),
* ];
*
* $form['accommodation'] = [
* '#type' => 'container',
* '#attributes' => [
* 'class' => ['accommodation'],
* ],
* '#states' => [
* 'invisible' => [
* 'input[name="needs_accommodation"]' => ['checked' => FALSE],
* ],
* ],
* ];
*
* $form['accommodation']['diet'] = [
* '#type' => 'textfield',
* '#title' => $this->t('Dietary Restrictions'),
* ];
* @endcode
*
* @RenderElement("container")
*/', 'class Drupal\Core\Render\Element\Container') (Line: 67)
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Render\Annotation\RenderElement') (Line: 145)
Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 284)
Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 175)
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 109)
Drupal\Core\Render\ElementInfoManager->buildInfo('seven') (Line: 76)
Drupal\Core\Render\ElementInfoManager->getInfo('form') (Line: 811)
Drupal\Core\Form\FormBuilder->prepareForm('install_select_language_form', Array, Object) (Line: 277)
Drupal\Core\Form\FormBuilder->buildForm('install_select_language_form', Object) (Line: 954)
install_get_form('Drupal\Core\Installer\Form\SelectLanguageForm', Array) (Line: 1389)
install_select_language(Array) (Line: 702)
install_run_task(Array, Array) (Line: 577)
install_run_tasks(Array, NULL) (Line: 118)
install_drupal(Object) (Line: 44)
- 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() (Line: 665)
Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
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') (Line: 496)
Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Render\Annotation\FormElement') (Line: 718)
Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
Doctrine\Common\Annotations\DocParser->parse('/**
* Provides a one-line text field form element.
*
* Properties:
* - #maxlength: Maximum number of characters of input allowed.
* - #size: The size of the input element in characters.
* - #autocomplete_route_name: A route to be used as callback URL by the
* autocomplete JavaScript library.
* - #autocomplete_route_parameters: An array of parameters to be used in
* conjunction with the route name.
* - #pattern: A string for the native HTML5 pattern attribute.
*
* Usage example:
* @code
* $form['title'] = array(
* '#type' => 'textfield',
* '#title' => $this->t('Subject'),
* '#default_value' => $node->title,
* '#size' => 60,
* '#maxlength' => 128,
* '#pattern' => 'some-prefix-[a-z]+',
* '#required' => TRUE,
* );
* @endcode
*
* @see \Drupal\Core\Render\Element\Color
* @see \Drupal\Core\Render\Element\Email
* @see \Drupal\Core\Render\Element\MachineName
* @see \Drupal\Core\Render\Element\Number
* @see \Drupal\Core\Render\Element\Password
* @see \Drupal\Core\Render\Element\PasswordConfirm
* @see \Drupal\Core\Render\Element\Range
* @see \Drupal\Core\Render\Element\Tel
* @see \Drupal\Core\Render\Element\Url
*
* @FormElement("textfield")
*/', 'class Drupal\Core\Render\Element\Textfield') (Line: 67)
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Render\Annotation\RenderElement') (Line: 145)
Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 284)
Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 175)
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 109)
Drupal\Core\Render\ElementInfoManager->buildInfo('seven') (Line: 76)
Drupal\Core\Render\ElementInfoManager->getInfo('form') (Line: 811)
Drupal\Core\Form\FormBuilder->prepareForm('install_select_language_form', Array, Object) (Line: 277)
Drupal\Core\Form\FormBuilder->buildForm('install_select_language_form', Object) (Line: 954)
install_get_form('Drupal\Core\Installer\Form\SelectLanguageForm', Array) (Line: 1389)
install_select_language(Array) (Line: 702)
install_run_task(Array, Array) (Line: 577)
install_run_tasks(Array, NULL) (Line: 118)
install_drupal(Object) (Line: 44)
- 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() (Line: 665)
Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
Doctrine\Common\Annotations\DocParser->parse('/**
* Defines a config entity type annotation object.
*
* The annotation properties of entity types are found on
* \Drupal\Core\Config\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') (Line: 496)
Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Entity\Annotation\ConfigEntityType') (Line: 718)
Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
Doctrine\Common\Annotations\DocParser->parse('/**
* Defines the entity view mode configuration entity class.
*
* View modes let entities be displayed differently depending on the context.
* For instance, a node can be displayed differently on its own page ('full'
* mode), on the home page or taxonomy listings ('teaser' mode), or in an RSS
* feed ('rss' mode). Modules taking part in the display of the entity (notably
* the Field API) can adjust their behavior depending on the requested view
* mode. An additional 'default' view mode is available for all entity types.
* This view mode is not intended for actual entity display, but holds default
* display settings. For each available view mode, administrators can configure
* whether it should use its own set of field display settings, or just
* replicate the settings of the 'default' view mode, thus reducing the amount
* of display configurations to keep track of.
*
* @see \Drupal\Core\Entity\EntityManagerInterface::getAllViewModes()
* @see \Drupal\Core\Entity\EntityManagerInterface::getViewModes()
* @see hook_entity_view_mode_info_alter()
*
* @ConfigEntityType(
* id = "entity_view_mode",
* label = @Translation("View mode"),
* entity_keys = {
* "id" = "id",
* "label" = "label"
* },
* config_export = {
* "id",
* "label",
* "targetEntityType",
* "cache",
* }
* )
*/', 'class Drupal\Core\Entity\Entity\EntityViewMode') (Line: 67)
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Entity\Annotation\EntityType') (Line: 145)
Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 123)
Drupal\Core\Entity\EntityTypeManager->findDefinitions() (Line: 175)
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
Drupal\Core\Plugin\DefaultPluginManager->getDefinition('date_format', ) (Line: 143)
Drupal\Core\Entity\EntityTypeManager->getDefinition('date_format') (Line: 272)
Drupal\Core\Entity\EntityTypeManager->getHandler('date_format', 'storage') (Line: 208)
Drupal\Core\Entity\EntityTypeManager->getStorage('date_format') (Line: 93)
Drupal\Core\Datetime\DateFormatter->__construct(Object, Object, Object, Object, Object)
ReflectionClass->newInstanceArgs(Array) (Line: 1179)
Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, Array, 1, 'date.formatter') (Line: 635)
Symfony\Component\DependencyInjection\ContainerBuilder->doGet('date.formatter', 1) (Line: 589)
Symfony\Component\DependencyInjection\ContainerBuilder->get('date.formatter') (Line: 87)
Drupal\Core\TempStore\Element\BreakLockLink::create(Object, Array, 'break_lock_link', Array) (Line: 21)
Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('break_lock_link', Array) (Line: 83)
Drupal\Component\Plugin\PluginManagerBase->createInstance('break_lock_link', Array) (Line: 140)
Drupal\Core\Render\ElementInfoManager->createInstance('break_lock_link') (Line: 110)
Drupal\Core\Render\ElementInfoManager->buildInfo('seven') (Line: 76)
Drupal\Core\Render\ElementInfoManager->getInfo('form') (Line: 811)
Drupal\Core\Form\FormBuilder->prepareForm('install_select_language_form', Array, Object) (Line: 277)
Drupal\Core\Form\FormBuilder->buildForm('install_select_language_form', Object) (Line: 954)
install_get_form('Drupal\Core\Installer\Form\SelectLanguageForm', Array) (Line: 1389)
install_select_language(Array) (Line: 702)
install_run_task(Array, Array) (Line: 577)
install_run_tasks(Array, NULL) (Line: 118)
install_drupal(Object) (Line: 44)
- 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() (Line: 665)
Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
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') (Line: 496)
Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Annotation\Translation') (Line: 718)
Doctrine\Common\Annotations\DocParser->Annotation() (Line: 1007)
Doctrine\Common\Annotations\DocParser->PlainValue() (Line: 1059)
Doctrine\Common\Annotations\DocParser->FieldAssignment() (Line: 989)
Doctrine\Common\Annotations\DocParser->Value() (Line: 858)
Doctrine\Common\Annotations\DocParser->Values() (Line: 833)
Doctrine\Common\Annotations\DocParser->MethodCall() (Line: 744)
Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
Doctrine\Common\Annotations\DocParser->parse('/**
* Defines the entity view mode configuration entity class.
*
* View modes let entities be displayed differently depending on the context.
* For instance, a node can be displayed differently on its own page ('full'
* mode), on the home page or taxonomy listings ('teaser' mode), or in an RSS
* feed ('rss' mode). Modules taking part in the display of the entity (notably
* the Field API) can adjust their behavior depending on the requested view
* mode. An additional 'default' view mode is available for all entity types.
* This view mode is not intended for actual entity display, but holds default
* display settings. For each available view mode, administrators can configure
* whether it should use its own set of field display settings, or just
* replicate the settings of the 'default' view mode, thus reducing the amount
* of display configurations to keep track of.
*
* @see \Drupal\Core\Entity\EntityManagerInterface::getAllViewModes()
* @see \Drupal\Core\Entity\EntityManagerInterface::getViewModes()
* @see hook_entity_view_mode_info_alter()
*
* @ConfigEntityType(
* id = "entity_view_mode",
* label = @Translation("View mode"),
* entity_keys = {
* "id" = "id",
* "label" = "label"
* },
* config_export = {
* "id",
* "label",
* "targetEntityType",
* "cache",
* }
* )
*/', 'class Drupal\Core\Entity\Entity\EntityViewMode') (Line: 67)
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Entity\Annotation\EntityType') (Line: 145)
Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 123)
Drupal\Core\Entity\EntityTypeManager->findDefinitions() (Line: 175)
Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
Drupal\Core\Plugin\DefaultPluginManager->getDefinition('date_format', ) (Line: 143)
Drupal\Core\Entity\EntityTypeManager->getDefinition('date_format') (Line: 272)
Drupal\Core\Entity\EntityTypeManager->getHandler('date_format', 'storage') (Line: 208)
Drupal\Core\Entity\EntityTypeManager->getStorage('date_format') (Line: 93)
Drupal\Core\Datetime\DateFormatter->__construct(Object, Object, Object, Object, Object)
ReflectionClass->newInstanceArgs(Array) (Line: 1179)
Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, Array, 1, 'date.formatter') (Line: 635)
Symfony\Component\DependencyInjection\ContainerBuilder->doGet('date.formatter', 1) (Line: 589)
Symfony\Component\DependencyInjection\ContainerBuilder->get('date.formatter') (Line: 87)
Drupal\Core\TempStore\Element\BreakLockLink::create(Object, Array, 'break_lock_link', Array) (Line: 21)
Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('break_lock_link', Array) (Line: 83)
Drupal\Component\Plugin\PluginManagerBase->createInstance('break_lock_link', Array) (Line: 140)
Drupal\Core\Render\ElementInfoManager->createInstance('break_lock_link') (Line: 110)
Drupal\Core\Render\ElementInfoManager->buildInfo('seven') (Line: 76)
Drupal\Core\Render\ElementInfoManager->getInfo('form') (Line: 811)
Drupal\Core\Form\FormBuilder->prepareForm('install_select_language_form', Array, Object) (Line: 277)
Drupal\Core\Form\FormBuilder->buildForm('install_select_language_form', Object) (Line: 954)
install_get_form('Drupal\Core\Installer\Form\SelectLanguageForm', Array) (Line: 1389)
install_select_language(Array) (Line: 702)
install_run_task(Array, Array) (Line: 577)
install_run_tasks(Array, NULL) (Line: 118)
install_drupal(Object) (Line: 44)