Skip to main content

Tanquil Lisa Collins, Jim Thomas, John Thomas

Komunikat o błędzie

  • 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 a Block configuration entity class.
     *
     * @ConfigEntityType(
     *   id = "block",
     *   label = @Translation("Block"),
     *   handlers = {
     *     "access" = "Drupal\block\BlockAccessControlHandler",
     *     "view_builder" = "Drupal\block\BlockViewBuilder",
     *     "list_builder" = "Drupal\block\BlockListBuilder",
     *     "form" = {
     *       "default" = "Drupal\block\BlockForm",
     *       "delete" = "Drupal\block\Form\BlockDeleteForm"
     *     }
     *   },
     *   admin_permission = "administer blocks",
     *   entity_keys = {
     *     "id" = "id",
     *     "status" = "status"
     *   },
     *   links = {
     *     "delete-form" = "/admin/structure/block/manage/{block}/delete",
     *     "edit-form" = "/admin/structure/block/manage/{block}",
     *     "enable" = "/admin/structure/block/manage/{block}/enable",
     *     "disable" = "/admin/structure/block/manage/{block}/disable",
     *   },
     *   config_export = {
     *     "id",
     *     "theme",
     *     "region",
     *     "weight",
     *     "provider",
     *     "plugin",
     *     "settings",
     *     "visibility",
     *   },
     *   lookup_keys = {
     *     "theme"
     *   }
     * )
     */', 'class Drupal\block\Entity\Block') (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: 106)
    Drupal\Core\Entity\EntityTypeManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('user_role', ) (Line: 126)
    Drupal\Core\Entity\EntityTypeManager->getDefinition('user_role') (Line: 233)
    Drupal\Core\Entity\EntityTypeManager->getHandler('user_role', 'storage') (Line: 169)
    Drupal\Core\Entity\EntityTypeManager->getStorage('user_role') (Line: 64)
    Drupal\Core\Entity\EntityManager->getStorage('user_role') (Line: 205)
    Drupal\Core\Session\UserSession->getRoleStorage() (Line: 111)
    Drupal\Core\Session\UserSession->hasPermission('access devel information') (Line: 92)
    Drupal\Core\Session\AccountProxy->hasPermission('access devel information') (Line: 39)
    Drupal\devel\EventSubscriber\ErrorHandlerSubscriber->registerErrorHandler(Object, 'kernel.request', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', Object) (Line: 125)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 a Block configuration entity class.
     *
     * @ConfigEntityType(
     *   id = "block",
     *   label = @Translation("Block"),
     *   handlers = {
     *     "access" = "Drupal\block\BlockAccessControlHandler",
     *     "view_builder" = "Drupal\block\BlockViewBuilder",
     *     "list_builder" = "Drupal\block\BlockListBuilder",
     *     "form" = {
     *       "default" = "Drupal\block\BlockForm",
     *       "delete" = "Drupal\block\Form\BlockDeleteForm"
     *     }
     *   },
     *   admin_permission = "administer blocks",
     *   entity_keys = {
     *     "id" = "id",
     *     "status" = "status"
     *   },
     *   links = {
     *     "delete-form" = "/admin/structure/block/manage/{block}/delete",
     *     "edit-form" = "/admin/structure/block/manage/{block}",
     *     "enable" = "/admin/structure/block/manage/{block}/enable",
     *     "disable" = "/admin/structure/block/manage/{block}/disable",
     *   },
     *   config_export = {
     *     "id",
     *     "theme",
     *     "region",
     *     "weight",
     *     "provider",
     *     "plugin",
     *     "settings",
     *     "visibility",
     *   },
     *   lookup_keys = {
     *     "theme"
     *   }
     * )
     */', 'class Drupal\block\Entity\Block') (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: 106)
    Drupal\Core\Entity\EntityTypeManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('user_role', ) (Line: 126)
    Drupal\Core\Entity\EntityTypeManager->getDefinition('user_role') (Line: 233)
    Drupal\Core\Entity\EntityTypeManager->getHandler('user_role', 'storage') (Line: 169)
    Drupal\Core\Entity\EntityTypeManager->getStorage('user_role') (Line: 64)
    Drupal\Core\Entity\EntityManager->getStorage('user_role') (Line: 205)
    Drupal\Core\Session\UserSession->getRoleStorage() (Line: 111)
    Drupal\Core\Session\UserSession->hasPermission('access devel information') (Line: 92)
    Drupal\Core\Session\AccountProxy->hasPermission('access devel information') (Line: 39)
    Drupal\devel\EventSubscriber\ErrorHandlerSubscriber->registerErrorHandler(Object, 'kernel.request', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', Object) (Line: 125)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 content entity type annotation object.
     *
     * Content 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 content entity types are found on
     * \Drupal\Core\Entity\ContentEntityType and are accessed using
     * get/set methods defined in \Drupal\Core\Entity\ContentEntityTypeInterface.
     *
     * @ingroup entity_api
     *
     * @Annotation
     */', 'class @Drupal\Core\Entity\Annotation\ContentEntityType') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Entity\Annotation\ContentEntityType') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Defines the custom block entity class.
     *
     * @ContentEntityType(
     *   id = "block_content",
     *   label = @Translation("Custom block"),
     *   bundle_label = @Translation("Custom block type"),
     *   handlers = {
     *     "storage" = "Drupal\Core\Entity\Sql\SqlContentEntityStorage",
     *     "access" = "Drupal\block_content\BlockContentAccessControlHandler",
     *     "list_builder" = "Drupal\block_content\BlockContentListBuilder",
     *     "view_builder" = "Drupal\block_content\BlockContentViewBuilder",
     *     "views_data" = "Drupal\block_content\BlockContentViewsData",
     *     "form" = {
     *       "add" = "Drupal\block_content\BlockContentForm",
     *       "edit" = "Drupal\block_content\BlockContentForm",
     *       "delete" = "Drupal\block_content\Form\BlockContentDeleteForm",
     *       "default" = "Drupal\block_content\BlockContentForm"
     *     },
     *     "translation" = "Drupal\block_content\BlockContentTranslationHandler"
     *   },
     *   admin_permission = "administer blocks",
     *   base_table = "block_content",
     *   revision_table = "block_content_revision",
     *   data_table = "block_content_field_data",
     *   revision_data_table = "block_content_field_revision",
     *   show_revision_ui = TRUE,
     *   links = {
     *     "canonical" = "/block/{block_content}",
     *     "delete-form" = "/block/{block_content}/delete",
     *     "edit-form" = "/block/{block_content}",
     *     "collection" = "/admin/structure/block/block-content",
     *   },
     *   translatable = TRUE,
     *   entity_keys = {
     *     "id" = "id",
     *     "revision" = "revision_id",
     *     "bundle" = "type",
     *     "label" = "info",
     *     "langcode" = "langcode",
     *     "uuid" = "uuid"
     *   },
     *   bundle_entity_type = "block_content_type",
     *   field_ui_base_route = "entity.block_content_type.edit_form",
     *   render_cache = FALSE,
     * )
     *
     * Note that render caching of block_content entities is disabled because they
     * are always rendered as blocks, and blocks already have their own render
     * caching.
     * See https://www.drupal.org/node/2284917#comment-9132521 for more information.
     */', 'class Drupal\block_content\Entity\BlockContent') (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: 106)
    Drupal\Core\Entity\EntityTypeManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('user_role', ) (Line: 126)
    Drupal\Core\Entity\EntityTypeManager->getDefinition('user_role') (Line: 233)
    Drupal\Core\Entity\EntityTypeManager->getHandler('user_role', 'storage') (Line: 169)
    Drupal\Core\Entity\EntityTypeManager->getStorage('user_role') (Line: 64)
    Drupal\Core\Entity\EntityManager->getStorage('user_role') (Line: 205)
    Drupal\Core\Session\UserSession->getRoleStorage() (Line: 111)
    Drupal\Core\Session\UserSession->hasPermission('access devel information') (Line: 92)
    Drupal\Core\Session\AccountProxy->hasPermission('access devel information') (Line: 39)
    Drupal\devel\EventSubscriber\ErrorHandlerSubscriber->registerErrorHandler(Object, 'kernel.request', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', Object) (Line: 125)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 an annotation object for strings that require plural forms.
     *
     * Note that the return values for both 'singular' and 'plural' keys needs to be
     * passed to
     * \Drupal\Core\StringTranslation\TranslationInterface::formatPlural().
     *
     * For example, the annotation can look like this:
     * @code
     *   label_count = @ PluralTranslation(
     *     singular = "@count item",
     *     plural = "@count items",
     *     context = "cart_items",
     *   ),
     * @endcode
     * Remove spaces after @ in your actual plugin - these are put into this sample
     * code so that it is not recognized as annotation.
     *
     * Code samples that make use of this annotation class and the definition sample
     * above:
     * @code
     *   // Returns: 1 item
     *   $entity_type->getCountLabel(1);
     *
     *   // Returns: 5 items
     *   $entity_type->getCountLabel(5);
     * @endcode
     *
     * @see \Drupal\Core\Entity\EntityType::getSingularLabel()
     * @see \Drupal\Core\Entity\EntityType::getPluralLabel()
     * @see \Drupal\Core\Entity\EntityType::getCountLabel()
     *
     * @ingroup plugin_translatable
     *
     * @Annotation
     */', 'class @Drupal\Core\Annotation\PluralTranslation') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Annotation\PluralTranslation') (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 comment type entity.
     *
     * @ConfigEntityType(
     *   id = "comment_type",
     *   label = @Translation("Comment type"),
     *   label_singular = @Translation("comment type"),
     *   label_plural = @Translation("comment types"),
     *   label_count = @PluralTranslation(
     *     singular = "@count comment type",
     *     plural = "@count comment types",
     *   ),
     *   handlers = {
     *     "form" = {
     *       "default" = "Drupal\comment\CommentTypeForm",
     *       "add" = "Drupal\comment\CommentTypeForm",
     *       "edit" = "Drupal\comment\CommentTypeForm",
     *       "delete" = "Drupal\comment\Form\CommentTypeDeleteForm"
     *     },
     *     "list_builder" = "Drupal\comment\CommentTypeListBuilder"
     *   },
     *   admin_permission = "administer comment types",
     *   config_prefix = "type",
     *   bundle_of = "comment",
     *   entity_keys = {
     *     "id" = "id",
     *     "label" = "label"
     *   },
     *   links = {
     *     "delete-form" = "/admin/structure/comment/manage/{comment_type}/delete",
     *     "edit-form" = "/admin/structure/comment/manage/{comment_type}",
     *     "add-form" = "/admin/structure/comment/types/add",
     *     "collection" = "/admin/structure/comment/types",
     *   },
     *   config_export = {
     *     "id",
     *     "label",
     *     "target_entity_type_id",
     *     "description",
     *   }
     * )
     */', 'class Drupal\comment\Entity\CommentType') (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: 106)
    Drupal\Core\Entity\EntityTypeManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('user_role', ) (Line: 126)
    Drupal\Core\Entity\EntityTypeManager->getDefinition('user_role') (Line: 233)
    Drupal\Core\Entity\EntityTypeManager->getHandler('user_role', 'storage') (Line: 169)
    Drupal\Core\Entity\EntityTypeManager->getStorage('user_role') (Line: 64)
    Drupal\Core\Entity\EntityManager->getStorage('user_role') (Line: 205)
    Drupal\Core\Session\UserSession->getRoleStorage() (Line: 111)
    Drupal\Core\Session\UserSession->hasPermission('access devel information') (Line: 92)
    Drupal\Core\Session\AccountProxy->hasPermission('access devel information') (Line: 39)
    Drupal\devel\EventSubscriber\ErrorHandlerSubscriber->registerErrorHandler(Object, 'kernel.request', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', Object) (Line: 125)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 FieldType annotation object.
     *
     * Additional annotation keys for field types can be defined in
     * hook_field_info_alter().
     *
     * @ingroup field_types
     *
     * @Annotation
     */', 'class @Drupal\Core\Field\Annotation\FieldType') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Field\Annotation\FieldType') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Plugin implementation of the 'comment' field type.
     *
     * @FieldType(
     *   id = "comment",
     *   label = @Translation("Comments"),
     *   description = @Translation("This field manages configuration and presentation of comments on an entity."),
     *   list_class = "\Drupal\comment\CommentFieldItemList",
     *   default_widget = "comment_default",
     *   default_formatter = "comment_default"
     * )
     */', 'class Drupal\comment\Plugin\Field\FieldType\CommentItem') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Field\Annotation\FieldType') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('integer', ) (Line: 104)
    Drupal\Core\Field\FieldTypePluginManager->getDefaultStorageSettings('integer') (Line: 64)
    Drupal\Core\Field\BaseFieldDefinition::create('integer') (Line: 1218)
    Drupal\Core\Entity\ContentEntityBase::baseFieldDefinitions(Object) (Line: 105)
    Drupal\taxonomy\Entity\Term::baseFieldDefinitions(Object) (Line: 204)
    Drupal\Core\Entity\EntityFieldManager->buildBaseFieldDefinitions('taxonomy_term') (Line: 171)
    Drupal\Core\Entity\EntityFieldManager->getBaseFieldDefinitions('taxonomy_term') (Line: 136)
    Drupal\Core\Entity\EntityManager->getBaseFieldDefinitions('taxonomy_term') (Line: 585)
    Drupal\Core\Entity\ContentEntityStorageBase->cleanIds(Array) (Line: 423)
    Drupal\Core\Entity\Sql\SqlContentEntityStorage->getFromStorage(Array) (Line: 399)
    Drupal\Core\Entity\Sql\SqlContentEntityStorage->doLoadMultiple(Array) (Line: 242)
    Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array) (Line: 212)
    Drupal\Core\Entity\EntityStorageBase->load('38') (Line: 64)
    Drupal\Core\ParamConverter\EntityConverter->convert('38', Array, 'taxonomy_term', Array) (Line: 99)
    Drupal\Core\ParamConverter\ParamConverterManager->convert(Array) (Line: 45)
    Drupal\Core\Routing\Enhancer\ParamConversionEnhancer->enhance(Array, Object) (Line: 94)
    Drupal\Core\Routing\LazyRouteEnhancer->enhance(Array, Object) (Line: 280)
    Drupal\Core\Routing\Router->applyRouteEnhancers(Array, Object) (Line: 154)
    Drupal\Core\Routing\Router->matchRequest(Object) (Line: 90)
    Drupal\Core\Routing\AccessAwareRouter->matchRequest(Object) (Line: 154)
    Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(Object, 'kernel.request', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', Object) (Line: 125)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 data type annotation object.
     *
     * The typed data API allows modules to support any kind of data based upon
     * pre-defined primitive types and interfaces for complex data and lists.
     *
     * Defined data types may map to one of the pre-defined primitive types in
     * \Drupal\Core\TypedData\Primitive or may be complex data types, containing on
     * or more data properties. Typed data objects for complex data types have to
     * implement the \Drupal\Core\TypedData\ComplexDataInterface. Further interface
     * that may be implemented are:
     *  - \Drupal\Core\Access\AccessibleInterface
     *  - \Drupal\Core\TypedData\TranslatableInterface
     *
     * Furthermore, lists of data items are represented by objects implementing the
     * \Drupal\Core\TypedData\ListInterface. A list contains items of the same data
     * type, is ordered and may contain duplicates. The class used for a list of
     * items of a certain type may be specified using the 'list class' key.
     *
     * @see \Drupal::typedDataManager()
     * @see \Drupal\Core\TypedData\TypedDataManager::create()
     * @see hook_data_type_info_alter()
     *
     * @ingroup typed_data
     *
     * @Annotation
     */', 'class @Drupal\Core\TypedData\Annotation\DataType') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\TypedData\Annotation\DataType') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * The filter format data type.
     *
     * @DataType(
     *   id = "filter_format",
     *   label = @Translation("Filter format")
     * )
     */', 'class Drupal\filter\Plugin\DataType\FilterFormat') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\TypedData\Annotation\DataType') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('field_item:integer') (Line: 193)
    Drupal\Core\TypedData\DataDefinition->getClass() (Line: 566)
    Drupal\Core\Field\BaseFieldDefinition->getFieldItemClass() (Line: 555)
    Drupal\Core\Field\BaseFieldDefinition->getMainPropertyName() (Line: 485)
    Drupal\Core\Field\BaseFieldDefinition->setDefaultValue(0) (Line: 151)
    Drupal\taxonomy\Entity\Term::baseFieldDefinitions(Object) (Line: 204)
    Drupal\Core\Entity\EntityFieldManager->buildBaseFieldDefinitions('taxonomy_term') (Line: 171)
    Drupal\Core\Entity\EntityFieldManager->getBaseFieldDefinitions('taxonomy_term') (Line: 136)
    Drupal\Core\Entity\EntityManager->getBaseFieldDefinitions('taxonomy_term') (Line: 585)
    Drupal\Core\Entity\ContentEntityStorageBase->cleanIds(Array) (Line: 423)
    Drupal\Core\Entity\Sql\SqlContentEntityStorage->getFromStorage(Array) (Line: 399)
    Drupal\Core\Entity\Sql\SqlContentEntityStorage->doLoadMultiple(Array) (Line: 242)
    Drupal\Core\Entity\EntityStorageBase->loadMultiple(Array) (Line: 212)
    Drupal\Core\Entity\EntityStorageBase->load('38') (Line: 64)
    Drupal\Core\ParamConverter\EntityConverter->convert('38', Array, 'taxonomy_term', Array) (Line: 99)
    Drupal\Core\ParamConverter\ParamConverterManager->convert(Array) (Line: 45)
    Drupal\Core\Routing\Enhancer\ParamConversionEnhancer->enhance(Array, Object) (Line: 94)
    Drupal\Core\Routing\LazyRouteEnhancer->enhance(Array, Object) (Line: 280)
    Drupal\Core\Routing\Router->applyRouteEnhancers(Array, Object) (Line: 154)
    Drupal\Core\Routing\Router->matchRequest(Object) (Line: 90)
    Drupal\Core\Routing\AccessAwareRouter->matchRequest(Object) (Line: 154)
    Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(Object, 'kernel.request', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', Object) (Line: 125)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Deprecated function: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in Drupal\Core\Controller\ControllerResolver->doGetArguments() (line 139 of core/lib/Drupal/Core/Controller/ControllerResolver.php).
    Drupal\Core\Controller\ControllerResolver->doGetArguments(Object, Array, Array) (Line: 118)
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getArguments(Object, Array) (Line: 94)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->onController(Object, 'kernel.controller', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.controller', Object) (Line: 137)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Plugin annotation object for views display plugins.
     *
     * @see \Drupal\views\Plugin\views\display\DisplayPluginBase
     *
     * @ingroup views_display_plugins
     *
     * @Annotation
     */', 'class @Drupal\views\Annotation\ViewsDisplay') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\views\Annotation\ViewsDisplay') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * The plugin that handles a feed, such as RSS or atom.
     *
     * @ingroup views_display_plugins
     *
     * @ViewsDisplay(
     *   id = "feed",
     *   title = @Translation("Feed"),
     *   help = @Translation("Display the view as a feed, such as an RSS feed."),
     *   uses_route = TRUE,
     *   admin = @Translation("Feed"),
     *   returns_response = TRUE
     * )
     */', 'class Drupal\views\Plugin\views\display\Feed') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\views\Annotation\ViewsDisplay') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('page') (Line: 375)
    views_add_contextual_links(Array, 'page', 'page_1', Array) (Line: 58)
    Drupal\views\Routing\ViewPageController->handle('taxonomy_term', 'page_1', Object)
    call_user_func_array(Array, Array) (Line: 123)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
    call_user_func_array(Object, Array) (Line: 144)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 contextual_links element.
     *
     * @RenderElement("contextual_links")
     */', 'class Drupal\contextual\Element\ContextualLinks') (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: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 109)
    Drupal\Core\Render\ElementInfoManager->buildInfo('tele5') (Line: 76)
    Drupal\Core\Render\ElementInfoManager->getInfo('view') (Line: 298)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 an AJAX/progress aware widget for uploading and saving a file.
     *
     * @FormElement("managed_file")
     */', 'class Drupal\file\Element\ManagedFile') (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: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 109)
    Drupal\Core\Render\ElementInfoManager->buildInfo('tele5') (Line: 76)
    Drupal\Core\Render\ElementInfoManager->getInfo('view') (Line: 298)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Plugin annotation object for views access plugins.
     *
     * @see \Drupal\views\Plugin\views\access\AccessPluginBase
     *
     * @ingroup views_access_plugins
     *
     * @Annotation
     */', 'class @Drupal\views\Annotation\ViewsAccess') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\views\Annotation\ViewsAccess') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Access plugin that provides role-based access control.
     *
     * @ingroup views_access_plugins
     *
     * @ViewsAccess(
     *   id = "role",
     *   title = @Translation("Role"),
     *   help = @Translation("Access will be granted to users with any of the specified roles.")
     * )
     */', 'class Drupal\user\Plugin\views\access\Role') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\views\Annotation\ViewsAccess') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('perm') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('perm', Array) (Line: 84)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('perm') (Line: 810)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getPlugin('access') (Line: 2227)
    Drupal\views\Plugin\views\display\DisplayPluginBase->access(Object) (Line: 1752)
    Drupal\views\ViewExecutable->access(Array) (Line: 61)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Search API backend annotation object.
     *
     * @see \Drupal\search_api\Backend\BackendPluginManager
     * @see \Drupal\search_api\Backend\BackendInterface
     * @see \Drupal\search_api\Backend\BackendPluginBase
     * @see plugin_api
     *
     * @Annotation
     */', 'class @Drupal\search_api\Annotation\SearchApiBackend') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\search_api\Annotation\SearchApiBackend') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Indexes and searches items using the database.
     *
     * Database SELECT queries issued by this service class will be marked with tags
     * according to their context. The following are used:
     * - search_api_db_search: For all queries that are based on a search query.
     * - search_api_db_facets_base: For the query which creates a temporary results
     *   table to be used for facetting. (Is always used in conjunction with
     *   "search_api_db_search".)
     * - search_api_db_facet: For queries on the temporary results table for
     *   determining the items of a specific facet.
     * - search_api_db_facet_all: For queries to return all indexed values for a
     *   specific field. Is used when a facet has a "min_count" of 0.
     * - search_api_db_autocomplete: For queries which create a temporary results
     *   table to be used for computing autocomplete suggestions. (Is always used in
     *   conjunction with "search_api_db_search".)
     *
     * The following metadata will be present for those SELECT queries:
     * - search_api_query: The Search API query object. (Always present.)
     * - search_api_db_fields: Internal storage information for the indexed fields,
     *   as used by this service class. (Always present.)
     * - search_api_db_facet: The settings array of the facet currently being
     *   computed. (Present for "search_api_db_facet" and "search_api_db_facet_all"
     *   queries.)
     * - search_api_db_autocomplete: An array containing the parameters of the
     *   getAutocompleteSuggestions() call, except "query". (Present for
     *   "search_api_db_autocomplete" queries.)
     *
     * @SearchApiBackend(
     *   id = "search_api_db",
     *   label = @Translation("Database"),
     *   description = @Translation("Indexes items in the database. Supports several advanced features, but should not be used for large sites.")
     * )
     */', 'class Drupal\search_api_db\Plugin\search_api\backend\Database') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\search_api\Annotation\SearchApiBackend') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('search_api_db', ) (Line: 126)
    Drupal\search_api\Entity\Server->hasValidBackend() (Line: 239)
    Drupal\search_api\Entity\Server->getBackendDefinedFields(Object) (Line: 738)
    Drupal\search_api\Entity\Index->getFields(1) (Line: 54)
    search_api_views_data()
    call_user_func_array('search_api_views_data', Array) (Line: 391)
    Drupal\Core\Extension\ModuleHandler->invoke('search_api', 'views_data') (Line: 245)
    Drupal\views\ViewsData->getData() (Line: 162)
    Drupal\views\ViewsData->get('taxonomy_index') (Line: 85)
    Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL) (Line: 882)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('argument') (Line: 1029)
    Drupal\views\ViewExecutable->_initHandler('argument', Array) (Line: 887)
    Drupal\views\ViewExecutable->initHandlers() (Line: 2245)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute() (Line: 1678)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1613)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Search API processor annotation object.
     *
     * @see \Drupal\search_api\Processor\ProcessorPluginManager
     * @see \Drupal\search_api\Processor\ProcessorInterface
     * @see \Drupal\search_api\Processor\ProcessorPluginBase
     * @see plugin_api
     *
     * @Annotation
     */', 'class @Drupal\search_api\Annotation\SearchApiProcessor') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\search_api\Annotation\SearchApiProcessor') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Strips HTML tags from fulltext fields and decodes HTML entities.
     *
     * @SearchApiProcessor(
     *   id = "html_filter",
     *   label = @Translation("HTML filter"),
     *   description = @Translation("Strips HTML tags from fulltext fields and decodes HTML entities. Use this processor when indexing HTML data – for example, node bodies for certain text formats. The processor also allows to boost (or ignore) the contents of specific elements."),
     *   stages = {
     *     "pre_index_save" = 0,
     *     "preprocess_index" = -15,
     *     "preprocess_query" = -15,
     *   }
     * )
     */', 'class Drupal\search_api\Plugin\search_api\processor\HtmlFilter') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\search_api\Annotation\SearchApiProcessor') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 110)
    Drupal\search_api\Utility\PluginHelper->createIndexPlugins(Object, 'processor', NULL, Array) (Line: 165)
    Drupal\search_api\Utility\PluginHelper->createProcessorPlugins(Object) (Line: 507)
    Drupal\search_api\Entity\Index->getProcessors() (Line: 523)
    Drupal\search_api\Entity\Index->getProcessorsByStage('add_properties') (Line: 814)
    Drupal\search_api\Entity\Index->getPropertyDefinitions(NULL) (Line: 434)
    Drupal\search_api\Item\Field->getDataDefinition() (Line: 176)
    _search_api_views_get_handlers(Object) (Line: 56)
    search_api_views_data()
    call_user_func_array('search_api_views_data', Array) (Line: 391)
    Drupal\Core\Extension\ModuleHandler->invoke('search_api', 'views_data') (Line: 245)
    Drupal\views\ViewsData->getData() (Line: 162)
    Drupal\views\ViewsData->get('taxonomy_index') (Line: 85)
    Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL) (Line: 882)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('argument') (Line: 1029)
    Drupal\views\ViewExecutable->_initHandler('argument', Array) (Line: 887)
    Drupal\views\ViewExecutable->initHandlers() (Line: 2245)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute() (Line: 1678)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1613)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Search API data type annotation object.
     *
     * @see \Drupal\search_api\DataType\DataTypePluginManager
     * @see \Drupal\search_api\DataType\DataTypeInterface
     * @see \Drupal\search_api\DataType\DataTypePluginBase
     * @see plugin_api
     *
     * @Annotation
     */', 'class @Drupal\search_api\Annotation\SearchApiDataType') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\search_api\Annotation\SearchApiDataType') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Provides a string data type.
     *
     * @SearchApiDataType(
     *   id = "string",
     *   label = @Translation("String"),
     *   description = @Translation("String fields are used for short, keyword-like character strings where you only want to find complete field values, not individual words."),
     *   default = "true"
     * )
     */', 'class Drupal\search_api\Plugin\search_api\data_type\StringDataType') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\search_api\Annotation\SearchApiDataType') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('string') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('string', Array) (Line: 84)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('string', Array) (Line: 73)
    Drupal\search_api\DataType\DataTypePluginManager->createInstance('string') (Line: 188)
    _search_api_views_get_handlers(Object) (Line: 56)
    search_api_views_data()
    call_user_func_array('search_api_views_data', Array) (Line: 391)
    Drupal\Core\Extension\ModuleHandler->invoke('search_api', 'views_data') (Line: 245)
    Drupal\views\ViewsData->getData() (Line: 162)
    Drupal\views\ViewsData->get('taxonomy_index') (Line: 85)
    Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL) (Line: 882)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('argument') (Line: 1029)
    Drupal\views\ViewExecutable->_initHandler('argument', Array) (Line: 887)
    Drupal\views\ViewExecutable->initHandlers() (Line: 2245)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute() (Line: 1678)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1613)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Search API datasource annotation object.
     *
     * @see \Drupal\search_api\Datasource\DatasourcePluginManager
     * @see \Drupal\search_api\Datasource\DatasourceInterface
     * @see \Drupal\search_api\Datasource\DatasourcePluginBase
     * @see plugin_api
     *
     * @Annotation
     */', 'class @Drupal\search_api\Annotation\SearchApiDatasource') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\search_api\Annotation\SearchApiDatasource') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Represents a datasource which exposes the content entities.
     *
     * @SearchApiDatasource(
     *   id = "entity",
     *   deriver = "Drupal\search_api\Plugin\search_api\datasource\ContentEntityDeriver"
     * )
     */', 'class Drupal\search_api\Plugin\search_api\datasource\ContentEntity') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\search_api\Annotation\SearchApiDatasource') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('entity:search_api_task') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('entity:search_api_task', Array) (Line: 84)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('entity:search_api_task', Array) (Line: 76)
    Drupal\search_api\Utility\PluginHelper->createIndexPlugin(Object, 'datasource', 'entity:search_api_task', Array) (Line: 127)
    Drupal\search_api\Utility\PluginHelper->createIndexPlugins(Object, 'datasource', Array, Array) (Line: 158)
    Drupal\search_api\Utility\PluginHelper->createDatasourcePlugins(Object, Array) (Line: 325)
    Drupal\search_api\Entity\Index->getDatasources() (Line: 350)
    Drupal\search_api\Entity\Index->getDatasource('entity:node') (Line: 806)
    Drupal\search_api\Entity\Index->getPropertyDefinitions('entity:node') (Line: 434)
    Drupal\search_api\Item\Field->getDataDefinition() (Line: 176)
    _search_api_views_get_handlers(Object) (Line: 56)
    search_api_views_data()
    call_user_func_array('search_api_views_data', Array) (Line: 391)
    Drupal\Core\Extension\ModuleHandler->invoke('search_api', 'views_data') (Line: 245)
    Drupal\views\ViewsData->getData() (Line: 162)
    Drupal\views\ViewsData->get('taxonomy_index') (Line: 85)
    Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL) (Line: 882)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('argument') (Line: 1029)
    Drupal\views\ViewExecutable->_initHandler('argument', Array) (Line: 887)
    Drupal\views\ViewExecutable->initHandlers() (Line: 2245)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute() (Line: 1678)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1613)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 SearchPlugin type annotation object.
     *
     * SearchPlugin classes define search types for the core Search module. Each
     * search type can be used to create search pages from the Search settings page.
     *
     * @see SearchPluginBase
     *
     * @ingroup search
     *
     * @Annotation
     */', 'class @Drupal\search\Annotation\SearchPlugin') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\search\Annotation\SearchPlugin') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Handles searching for node entities using the Search module index.
     *
     * @SearchPlugin(
     *   id = "node_search",
     *   title = @Translation("Content")
     * )
     */', 'class Drupal\node\Plugin\Search\NodeSearch') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\search\Annotation\SearchPlugin') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('node_search') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('node_search', Array) (Line: 84)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('node_search', Array) (Line: 65)
    Drupal\Core\Plugin\DefaultSingleLazyPluginCollection->initializePlugin('node_search') (Line: 51)
    Drupal\search\Plugin\SearchPluginCollection->initializePlugin('node_search') (Line: 80)
    Drupal\Component\Plugin\LazyPluginCollection->get('node_search') (Line: 44)
    Drupal\search\Plugin\SearchPluginCollection->get('node_search') (Line: 112)
    Drupal\search\Entity\SearchPage->getPlugin() (Line: 315)
    Drupal\node\NodeViewsData->getViewsData() (Line: 169)
    views_views_data()
    call_user_func_array('views_views_data', Array) (Line: 391)
    Drupal\Core\Extension\ModuleHandler->invoke('views', 'views_data') (Line: 245)
    Drupal\views\ViewsData->getData() (Line: 162)
    Drupal\views\ViewsData->get('taxonomy_index') (Line: 85)
    Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL) (Line: 882)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('argument') (Line: 1029)
    Drupal\views\ViewExecutable->_initHandler('argument', Array) (Line: 887)
    Drupal\views\ViewExecutable->initHandlers() (Line: 2245)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute() (Line: 1678)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1613)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Plugin annotation object for views argument handlers.
     *
     * @see \Drupal\views\Plugin\views\argument\ArgumentPluginBase
     *
     * @ingroup views_argument_handlers
     *
     * @Annotation
     */', 'class @Drupal\views\Annotation\ViewsArgument') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\views\Annotation\ViewsArgument') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Argument handler to accept a user id to check for nodes that
     * user posted or commented on.
     *
     * @ingroup views_argument_handlers
     *
     * @ViewsArgument("argument_comment_user_uid")
     */', 'class Drupal\comment\Plugin\views\argument\UserUid') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\views\Annotation\ViewsArgument') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('taxonomy_index_tid') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('taxonomy_index_tid', Array) (Line: 76)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('taxonomy_index_tid', Array) (Line: 121)
    Drupal\views\Plugin\ViewsHandlerManager->createInstance('taxonomy_index_tid', Array) (Line: 106)
    Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL) (Line: 882)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('argument') (Line: 1029)
    Drupal\views\ViewExecutable->_initHandler('argument', Array) (Line: 887)
    Drupal\views\ViewExecutable->initHandlers() (Line: 2245)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute() (Line: 1678)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1613)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Plugin annotation object for views sort handlers.
     *
     * @see \Drupal\views\Plugin\views\sort\SortPluginBase
     *
     * @ingroup views_sort_handlers
     *
     * @Annotation
     */', 'class @Drupal\views\Annotation\ViewsSort') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\views\Annotation\ViewsSort') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Sort handler for the newer of last comment / entity updated.
     *
     * @ingroup views_sort_handlers
     *
     * @ViewsSort("comment_ces_last_updated")
     */', 'class Drupal\comment\Plugin\views\sort\StatisticsLastUpdated') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\views\Annotation\ViewsSort') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('standard') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('standard', Array) (Line: 76)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('standard', Array) (Line: 121)
    Drupal\views\Plugin\ViewsHandlerManager->createInstance('standard', Array) (Line: 106)
    Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL) (Line: 882)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('sort') (Line: 1029)
    Drupal\views\ViewExecutable->_initHandler('sort', Array) (Line: 887)
    Drupal\views\ViewExecutable->initHandlers() (Line: 2245)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute() (Line: 1678)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1613)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Plugin annotation object for views filter handlers.
     *
     * @see \Drupal\views\Plugin\views\filter\FilterPluginBase
     *
     * @ingroup views_filter_handlers
     *
     * @Annotation
     */', 'class @Drupal\views\Annotation\ViewsFilter') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\views\Annotation\ViewsFilter') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Filter handler for the newer of last comment / node updated.
     *
     * @ingroup views_filter_handlers
     *
     * @ViewsFilter("comment_ces_last_updated")
     */', 'class Drupal\comment\Plugin\views\filter\StatisticsLastUpdated') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\views\Annotation\ViewsFilter') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('language') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('language', Array) (Line: 76)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('language', Array) (Line: 121)
    Drupal\views\Plugin\ViewsHandlerManager->createInstance('language', Array) (Line: 106)
    Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL) (Line: 882)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('filter') (Line: 1029)
    Drupal\views\ViewExecutable->_initHandler('filter', Array) (Line: 887)
    Drupal\views\ViewExecutable->initHandlers() (Line: 2245)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute() (Line: 1678)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1613)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Plugin annotation object for views area handlers.
     *
     * @see \Drupal\views\Plugin\views\area\AreaPluginBase
     *
     * @ingroup views_area_handlers
     *
     * @Annotation
     */', 'class @Drupal\views\Annotation\ViewsArea') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\views\Annotation\ViewsArea') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Defines an area plugin to display a block add link.
     *
     * @ingroup views_area_handlers
     *
     * @ViewsArea("block_content_listing_empty")
     */', 'class Drupal\block_content\Plugin\views\area\ListingEmpty') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\views\Annotation\ViewsArea') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('entity') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('entity', Array) (Line: 76)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('entity', Array) (Line: 121)
    Drupal\views\Plugin\ViewsHandlerManager->createInstance('entity', Array) (Line: 106)
    Drupal\views\Plugin\ViewsHandlerManager->getHandler(Array, NULL) (Line: 882)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getHandlers('header') (Line: 1029)
    Drupal\views\ViewExecutable->_initHandler('header', Array) (Line: 887)
    Drupal\views\ViewExecutable->initHandlers() (Line: 2245)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute() (Line: 1678)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1613)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Plugin annotation object for views pager plugins.
     *
     * @see \Drupal\views\Plugin\views\pager\PagerPluginBase
     *
     * @ingroup views_pager_plugins
     *
     * @Annotation
     */', 'class @Drupal\views\Annotation\ViewsPager') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\views\Annotation\ViewsPager') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * The plugin to handle full pager.
     *
     * @ingroup views_pager_plugins
     *
     * @ViewsPager(
     *   id = "full",
     *   title = @Translation("Paged output, full pager"),
     *   short_title = @Translation("Full"),
     *   help = @Translation("Paged output, full Drupal style"),
     *   theme = "pager",
     *   register_theme = FALSE
     * )
     */', 'class Drupal\views\Plugin\views\pager\Full') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\views\Annotation\ViewsPager') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('mini') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('mini', Array) (Line: 84)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('mini') (Line: 810)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getPlugin('pager') (Line: 253)
    Drupal\views\Plugin\views\display\DisplayPluginBase->usesExposed() (Line: 2246)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preExecute() (Line: 1678)
    Drupal\views\ViewExecutable->preExecute(Array) (Line: 1613)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Plugin annotation object for views query plugins.
     *
     * @see \Drupal\views\Plugin\views\query\QueryPluginBase
     *
     * @ingroup views_query_plugins
     *
     * @Annotation
     */', 'class @Drupal\views\Annotation\ViewsQuery') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\views\Annotation\ViewsQuery') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Defines a Views query class for searching on Search API indexes.
     *
     * @ViewsQuery(
     *   id = "search_api_query",
     *   title = @Translation("Search API Query"),
     *   help = @Translation("The query will be generated and run using the Search API.")
     * )
     */', 'class Drupal\search_api\Plugin\views\query\SearchApiQuery') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\views\Annotation\ViewsQuery') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('views_query') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('views_query', Array) (Line: 84)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('views_query') (Line: 810)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getPlugin('query') (Line: 1168)
    Drupal\views\ViewExecutable->initQuery() (Line: 1208)
    Drupal\views\ViewExecutable->build() (Line: 390)
    Drupal\views\Plugin\views\display\PathPluginBase->execute() (Line: 168)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1616)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Plugin annotation object for views join plugins.
     *
     * @see \Drupal\views\Plugin\views\join\JoinPluginBase
     *
     * @ingroup views_join_handlers
     *
     * @Annotation
     */', 'class @Drupal\views\Annotation\ViewsJoin') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\views\Annotation\ViewsJoin') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Represents a join in the Search API Views tables.
     *
     * Since the concept of joins doesn't exist in the Search API, this handler does
     * nothing except override the default behavior and thus enable the joining of
     * Views data tables in Search API views.
     *
     * @ingroup views_join_handlers
     *
     * @ViewsJoin("search_api")
     */', 'class Drupal\search_api\Plugin\views\join\SearchApiJoin') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\views\Annotation\ViewsJoin') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('standard') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('standard', Array) (Line: 76)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('standard', Array) (Line: 121)
    Drupal\views\Plugin\ViewsHandlerManager->createInstance('standard', Array) (Line: 672)
    Drupal\views\Plugin\views\HandlerBase::getTableJoin('taxonomy_index', 'node_field_data') (Line: 716)
    Drupal\views\Plugin\views\query\Sql->getJoinData('taxonomy_index', 'node_field_data') (Line: 550)
    Drupal\views\Plugin\views\query\Sql->ensureTable('taxonomy_index', 'node_field_data') (Line: 526)
    Drupal\views\Plugin\views\HandlerBase->ensureMyTable() (Line: 219)
    Drupal\views\Plugin\views\filter\BooleanOperator->query() (Line: 1359)
    Drupal\views\ViewExecutable->_build('filter') (Line: 1248)
    Drupal\views\ViewExecutable->build() (Line: 390)
    Drupal\views\Plugin\views\display\PathPluginBase->execute() (Line: 168)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1616)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Plugin annotation object for views argument validator plugins.
     *
     * @see \Drupal\views\Plugin\views\argument_validator\ArgumentValidatorPluginBase
     *
     * @ingroup views_argument_validate_plugins
     *
     * @Annotation
     */', 'class @Drupal\views\Annotation\ViewsArgumentValidator') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\views\Annotation\ViewsArgumentValidator') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Validates whether a term name is a valid term argument.
     *
     * @ViewsArgumentValidator(
     *   id = "taxonomy_term_name",
     *   title = @Translation("Taxonomy term name"),
     *   entity_type = "taxonomy_term"
     * )
     */', 'class Drupal\taxonomy\Plugin\views\argument_validator\TermName') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\views\Annotation\ViewsArgumentValidator') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('entity:taxonomy_term') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('entity:taxonomy_term', Array) (Line: 84)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('entity:taxonomy_term') (Line: 1111)
    Drupal\views\Plugin\views\argument\ArgumentPluginBase->getPlugin('argument_validator') (Line: 994)
    Drupal\views\Plugin\views\argument\ArgumentPluginBase->validateArgument('38') (Line: 1030)
    Drupal\views\Plugin\views\argument\ArgumentPluginBase->setArgument('38') (Line: 1089)
    Drupal\views\ViewExecutable->_buildArguments() (Line: 1253)
    Drupal\views\ViewExecutable->build() (Line: 390)
    Drupal\views\Plugin\views\display\PathPluginBase->execute() (Line: 168)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1616)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Plugin annotation object for views cache plugins.
     *
     * @see \Drupal\views\Plugin\views\cache\CachePluginBase
     *
     * @ingroup views_cache_plugins
     *
     * @Annotation
     */', 'class @Drupal\views\Annotation\ViewsCache') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\views\Annotation\ViewsCache') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Defines a tag-based cache plugin for use with Search API views.
     *
     * This cache plugin basically sets an unlimited cache life time for the view,
     * but the view will be refreshed when any of its cache tags are invalidated.
     *
     * Use this for search results views that are fully controlled by a single
     * Drupal instance. A common use case is a website that uses the default
     * database search backend and does not index any external data sources.
     *
     * @ingroup views_cache_plugins
     *
     * @ViewsCache(
     *   id = "search_api_tag",
     *   title = @Translation("Search API (tag-based)"),
     *   help = @Translation("Cache results until the associated cache tags are invalidated. Useful for small sites that use the database search backend. <strong>Caution:</strong> Can lead to stale results and might harm performance for complex search pages.")
     * )
     */', 'class Drupal\search_api\Plugin\views\cache\SearchApiTagCache') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\views\Annotation\ViewsCache') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('tag') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('tag', Array) (Line: 84)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('tag') (Line: 810)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getPlugin('cache') (Line: 1402)
    Drupal\views\ViewExecutable->execute(NULL) (Line: 1440)
    Drupal\views\ViewExecutable->render() (Line: 171)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1616)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Plugin annotation object for views exposed form plugins.
     *
     * @see \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginInterface
     * @see \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginBase
     *
     * @ingroup views_exposed_form_plugins
     *
     * @Annotation
     */', 'class @Drupal\views\Annotation\ViewsExposedForm') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\views\Annotation\ViewsExposedForm') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Exposed form plugin that provides a basic exposed form.
     *
     * @ingroup views_exposed_form_plugins
     *
     * @ViewsExposedForm(
     *   id = "basic",
     *   title = @Translation("Basic"),
     *   help = @Translation("Basic exposed form")
     * )
     */', 'class Drupal\views\Plugin\views\exposed_form\Basic') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\views\Annotation\ViewsExposedForm') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('basic') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('basic', Array) (Line: 84)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('basic') (Line: 810)
    Drupal\views\Plugin\views\display\DisplayPluginBase->getPlugin('exposed_form') (Line: 1451)
    Drupal\views\ViewExecutable->render() (Line: 171)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1616)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Deprecated function: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in include() (line 412 of vendor/composer/ClassLoader.php).
    include() (Line: 412)
    Composer\Autoload\includeFile('/home/tl5/domains/tele5.pl/public_html/vendor/composer/../twig/twig/lib/Twig/Node.php') (Line: 301)
    Composer\Autoload\ClassLoader->loadClass('Twig_Node')
    spl_autoload_call('Twig_Node') (Line: 18)
    include('/home/tl5/domains/tele5.pl/public_html/vendor/twig/twig/lib/Twig/Node/Expression.php') (Line: 412)
    Composer\Autoload\includeFile('/home/tl5/domains/tele5.pl/public_html/vendor/composer/../twig/twig/lib/Twig/Node/Expression.php') (Line: 301)
    Composer\Autoload\ClassLoader->loadClass('Twig_Node_Expression')
    spl_autoload_call('Twig_Node_Expression') (Line: 12)
    include('/home/tl5/domains/tele5.pl/public_html/vendor/twig/twig/lib/Twig/Node/Expression/Name.php') (Line: 412)
    Composer\Autoload\includeFile('/home/tl5/domains/tele5.pl/public_html/vendor/composer/../twig/twig/lib/Twig/Node/Expression/Name.php') (Line: 301)
    Composer\Autoload\ClassLoader->loadClass('Twig_Node_Expression_Name')
    spl_autoload_call('Twig_Node_Expression_Name') (Line: 146)
    Twig_ExpressionParser->parsePrimaryExpression() (Line: 84)
    Twig_ExpressionParser->getPrimary() (Line: 41)
    Twig_ExpressionParser->parseExpression() (Line: 144)
    Twig_Parser->subparse(NULL, ) (Line: 100)
    Twig_Parser->parse(Object) (Line: 636)
    Twig_Environment->parse(Object) (Line: 696)
    Twig_Environment->compileSource('{# inline_template_start #}{{ arguments.tid }}', '{# inline_template_start #}{{ arguments.tid }}') (Line: 397)
    Twig_Environment->loadTemplate('{# inline_template_start #}{{ arguments.tid }}', NULL) (Line: 143)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ arguments.tid }}', Array) (Line: 52)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 151)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 152)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 407)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('{{ arguments.tid }}', Array) (Line: 238)
    Drupal\views\Plugin\views\style\StylePluginBase->tokenizeValue('{{ arguments.tid }}', 0) (Line: 1829)
    Drupal\views\ViewExecutable->getTitle() (Line: 179)
    Drupal\views\Plugin\views\display\Page->execute() (Line: 1616)
    Drupal\views\ViewExecutable->executeDisplay('page_1', Array) (Line: 78)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Notice: Trying to access array offset on value of type int in Drupal\Core\Render\Element::children() (line 81 of core/lib/Drupal/Core/Render/Element.php).
    Drupal\Core\Render\Element::children(Array) (Line: 250)
    Drupal\Core\Entity\EntityViewBuilder->buildMultiple(Array) (Line: 220)
    Drupal\Core\Entity\EntityViewBuilder->build(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
    __TwigTemplate_7ab7a5513b494865f6b55b1b013508d3d961e3455de3b7f7fa94fe39da1a5716->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/override/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Notice: Trying to access array offset on value of type int in Drupal\Core\Render\Element::children() (line 81 of core/lib/Drupal/Core/Render/Element.php).
    Drupal\Core\Render\Element::children(Array) (Line: 84)
    Drupal\Core\Field\FormatterBase->view(Object, 'pl') (Line: 259)
    Drupal\Core\Entity\Entity\EntityViewDisplay->buildMultiple(Array) (Line: 320)
    Drupal\Core\Entity\EntityViewBuilder->buildComponents(Array, Array, Array, 'full') (Line: 263)
    Drupal\Core\Entity\EntityViewBuilder->buildMultiple(Array) (Line: 220)
    Drupal\Core\Entity\EntityViewBuilder->build(Array)
    call_user_func(Array, Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
    __TwigTemplate_7ab7a5513b494865f6b55b1b013508d3d961e3455de3b7f7fa94fe39da1a5716->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/override/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 226)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 227)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 page display variant annotation object.
     *
     * Page display variants are a specific type of display variant, intended to
     * render entire pages. They must render the crucial parts of a page, which are:
     * - the title
     * - the main content
     * - any messages (#type =&gt; status_messages)
     *
     * @see \Drupal\Core\Display\VariantInterface
     * @see \Drupal\Core\Display\PageVariantInterface
     * @see \Drupal\Core\Display\VariantBase
     * @see \Drupal\Core\Display\VariantManager
     * @see plugin_api
     *
     * @Annotation
     */', 'class @Drupal\Core\Display\Annotation\PageDisplayVariant') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Display\Annotation\PageDisplayVariant') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Provides a page display variant that decorates the main content with blocks.
     *
     * To ensure essential information is displayed, each essential part of a page
     * has a corresponding block plugin interface, so that BlockPageVariant can
     * automatically provide a fallback in case no block for each of these
     * interfaces is placed.
     *
     * @see \Drupal\Core\Block\MainContentBlockPluginInterface
     * @see \Drupal\Core\Block\MessagesBlockPluginInterface
     *
     * @PageDisplayVariant(
     *   id = "block_page",
     *   admin_label = @Translation("Page with blocks")
     * )
     */', 'class Drupal\block\Plugin\DisplayVariant\BlockPageVariant') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Display\Annotation\DisplayVariant') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('block_page') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('block_page', Array) (Line: 84)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('block_page') (Line: 236)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 condition plugin annotation object.
     *
     * Condition plugins provide generalized conditions for use in other
     * operations, such as conditional block placement.
     *
     * Plugin Namespace: Plugin\Condition
     *
     * For a working example, see \Drupal\user\Plugin\Condition\UserRole.
     *
     * @see \Drupal\Core\Condition\ConditionManager
     * @see \Drupal\Core\Condition\ConditionInterface
     * @see \Drupal\Core\Condition\ConditionPluginBase
     * @see block_api
     *
     * @ingroup plugin_api
     *
     * @Annotation
     */', 'class @Drupal\Core\Condition\Annotation\Condition') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Condition\Annotation\Condition') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Provides a 'Entity Bundle' condition.
     *
     * @Condition(
     *   id = "entity_bundle",
     *   deriver = "\Drupal\ctools\Plugin\Deriver\EntityBundle"
     * )
     *
     */', 'class Drupal\ctools\Plugin\Condition\EntityBundle') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Condition\Annotation\Condition') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('request_path') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('request_path', Array) (Line: 50)
    Drupal\Core\Condition\ConditionManager->createInstance('request_path', Array) (Line: 81)
    Drupal\Core\Plugin\DefaultLazyPluginCollection->initializePlugin('request_path') (Line: 80)
    Drupal\Component\Plugin\LazyPluginCollection->get('request_path') (Line: 26)
    Drupal\Core\Condition\ConditionPluginCollection->get('request_path') (Line: 148)
    Drupal\Component\Plugin\LazyPluginCollection->getIterator() (Line: 87)
    Drupal\block\BlockAccessControlHandler->checkAccess(Object, 'view', Object) (Line: 93)
    Drupal\Core\Entity\EntityAccessControlHandler->access(Object, 'view', Object, 1) (Line: 340)
    Drupal\Core\Entity\Entity->access('view', NULL, 1) (Line: 56)
    Drupal\block\BlockRepository->getVisibleBlocksPerRegion(Array) (Line: 137)
    Drupal\block\Plugin\DisplayVariant\BlockPageVariant->build() (Line: 259)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 Block annotation object.
     *
     * @ingroup block_api
     *
     * @Annotation
     */', 'class @Drupal\Core\Block\Annotation\Block') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Block\Annotation\Block') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Defines a generic custom block type.
     *
     * @Block(
     *  id = "block_content",
     *  admin_label = @Translation("Custom block"),
     *  category = @Translation("Custom"),
     *  deriver = "Drupal\block_content\Plugin\Derivative\BlockContent"
     * )
     */', 'class Drupal\block_content\Plugin\Block\BlockContentBlock') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Block\Annotation\Block') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinition('system_menu_block:menu-w-naglowku') (Line: 16)
    Drupal\Core\Plugin\Factory\ContainerFactory->createInstance('system_menu_block:menu-w-naglowku', Array) (Line: 76)
    Drupal\Component\Plugin\PluginManagerBase->createInstance('system_menu_block:menu-w-naglowku', Array) (Line: 65)
    Drupal\Core\Plugin\DefaultSingleLazyPluginCollection->initializePlugin('system_menu_block:menu-w-naglowku') (Line: 57)
    Drupal\block\BlockPluginCollection->initializePlugin('system_menu_block:menu-w-naglowku') (Line: 80)
    Drupal\Component\Plugin\LazyPluginCollection->get('system_menu_block:menu-w-naglowku') (Line: 45)
    Drupal\block\BlockPluginCollection->get('system_menu_block:menu-w-naglowku') (Line: 138)
    Drupal\block\Entity\Block->getPlugin() (Line: 113)
    Drupal\block\BlockAccessControlHandler->checkAccess(Object, 'view', Object) (Line: 93)
    Drupal\Core\Entity\EntityAccessControlHandler->access(Object, 'view', Object, 1) (Line: 340)
    Drupal\Core\Entity\Entity->access('view', NULL, 1) (Line: 56)
    Drupal\block\BlockRepository->getVisibleBlocksPerRegion(Array) (Line: 137)
    Drupal\block\Plugin\DisplayVariant\BlockPageVariant->build() (Line: 259)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • 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 MetatagTag annotation object.
     *
     * @Annotation
     */', 'class @Drupal\metatag\Annotation\MetatagTag') (Line: 496)
    Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\metatag\Annotation\MetatagTag') (Line: 718)
    Doctrine\Common\Annotations\DocParser->Annotation() (Line: 641)
    Doctrine\Common\Annotations\DocParser->Annotations() (Line: 334)
    Doctrine\Common\Annotations\DocParser->parse('/**
     * Provides a plugin for the 'geo.placename' meta tag.
     *
     * @MetatagTag(
     *   id = "geo_placename",
     *   label = @Translation("Geographical place name"),
     *   description = @Translation("A location's formal name."),
     *   name = "geo.placename",
     *   group = "advanced",
     *   weight = 0,
     *   type = "label",
     *   secure = 0,
     *   multiple = FALSE
     * )
     */', 'class Drupal\metatag\Plugin\metatag\Tag\GeoPlacename') (Line: 67)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91)
    Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\metatag\Annotation\MetatagTag') (Line: 145)
    Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86)
    Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283)
    Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174)
    Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 420)
    Drupal\metatag\MetatagManager->generateRawElements(Array, Object) (Line: 392)
    Drupal\metatag\MetatagManager->generateElements(Array, Object) (Line: 404)
    metatag_get_tags_from_route() (Line: 116)
    metatag_page_attachments(Array) (Line: 297)
    Drupal\Core\Render\MainContent\HtmlRenderer->invokePageAttachmentHooks(Array) (Line: 273)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 117)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Deprecated function: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in Twig_Template->getAttribute() (line 525 of vendor/twig/twig/lib/Twig/Template.php).
    Twig_Template->getAttribute(Object, 'pluginDefinition', Array) (Line: 110)
    __TwigTemplate_a74c5fa950f7028d09149df9f24725d34b6ccc04974fd0f47798f8c60a34734b->getmenu_links(Array, Object, 0, 'main') (Line: 45)
    __TwigTemplate_a74c5fa950f7028d09149df9f24725d34b6ccc04974fd0f47798f8c60a34734b->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Shared/menu--main.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('menu__main', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 50)
    __TwigTemplate_1b3e079ed07969ae916e2451c90016c2a6deb28f6c742b5ea0b9b3b89c572eff->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Shared/block--tele5-main-menu.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 70)
    __TwigTemplate_11e849aaafc4e5dd193f6fb3d8649274f3eb3bf89e9c6e974ca2ebe6c44cf794->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 92)
    __TwigTemplate_17282eb4c674b086746707d0ca77ca1c3a0641a6921d98b286bd4168d95c9ddf->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Deprecated function: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in Twig_Template->getAttribute() (line 525 of vendor/twig/twig/lib/Twig/Template.php).
    Twig_Template->getAttribute(Object, 'pluginDefinition', Array) (Line: 110)
    __TwigTemplate_a74c5fa950f7028d09149df9f24725d34b6ccc04974fd0f47798f8c60a34734b->getmenu_links(Array, Object, 0, 'main') (Line: 45)
    __TwigTemplate_a74c5fa950f7028d09149df9f24725d34b6ccc04974fd0f47798f8c60a34734b->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Shared/menu--main.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('menu__main', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 50)
    __TwigTemplate_1b3e079ed07969ae916e2451c90016c2a6deb28f6c742b5ea0b9b3b89c572eff->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Shared/block--tele5-main-menu.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 70)
    __TwigTemplate_11e849aaafc4e5dd193f6fb3d8649274f3eb3bf89e9c6e974ca2ebe6c44cf794->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 92)
    __TwigTemplate_17282eb4c674b086746707d0ca77ca1c3a0641a6921d98b286bd4168d95c9ddf->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Deprecated function: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in Twig_Template->getAttribute() (line 525 of vendor/twig/twig/lib/Twig/Template.php).
    Twig_Template->getAttribute(Object, 'pluginDefinition', Array) (Line: 110)
    __TwigTemplate_a74c5fa950f7028d09149df9f24725d34b6ccc04974fd0f47798f8c60a34734b->getmenu_links(Array, Object, 0, 'main') (Line: 45)
    __TwigTemplate_a74c5fa950f7028d09149df9f24725d34b6ccc04974fd0f47798f8c60a34734b->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Shared/menu--main.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('menu__main', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 50)
    __TwigTemplate_1b3e079ed07969ae916e2451c90016c2a6deb28f6c742b5ea0b9b3b89c572eff->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Shared/block--tele5-main-menu.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 70)
    __TwigTemplate_11e849aaafc4e5dd193f6fb3d8649274f3eb3bf89e9c6e974ca2ebe6c44cf794->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 92)
    __TwigTemplate_17282eb4c674b086746707d0ca77ca1c3a0641a6921d98b286bd4168d95c9ddf->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Deprecated function: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in Twig_Template->getAttribute() (line 525 of vendor/twig/twig/lib/Twig/Template.php).
    Twig_Template->getAttribute(Object, 'pluginDefinition', Array) (Line: 110)
    __TwigTemplate_a74c5fa950f7028d09149df9f24725d34b6ccc04974fd0f47798f8c60a34734b->getmenu_links(Array, Object, 0, 'main') (Line: 45)
    __TwigTemplate_a74c5fa950f7028d09149df9f24725d34b6ccc04974fd0f47798f8c60a34734b->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Shared/menu--main.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('menu__main', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 50)
    __TwigTemplate_1b3e079ed07969ae916e2451c90016c2a6deb28f6c742b5ea0b9b3b89c572eff->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Shared/block--tele5-main-menu.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 70)
    __TwigTemplate_11e849aaafc4e5dd193f6fb3d8649274f3eb3bf89e9c6e974ca2ebe6c44cf794->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 92)
    __TwigTemplate_17282eb4c674b086746707d0ca77ca1c3a0641a6921d98b286bd4168d95c9ddf->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Deprecated function: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in Drupal\Core\Controller\ControllerResolver->doGetArguments() (line 139 of core/lib/Drupal/Core/Controller/ControllerResolver.php).
    Drupal\Core\Controller\ControllerResolver->doGetArguments(Object, Array, Array) (Line: 118)
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getArguments(Object, Array) (Line: 173)
    Drupal\Core\Menu\LocalTaskManager->getTitle(Object) (Line: 323)
    Drupal\Core\Menu\LocalTaskManager->getTasksBuild('entity.taxonomy_term.canonical', Object) (Line: 358)
    Drupal\Core\Menu\LocalTaskManager->getLocalTasks('entity.taxonomy_term.canonical', 0) (Line: 94)
    Drupal\Core\Menu\Plugin\Block\LocalTasksBlock->build() (Line: 203)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 94)
    __TwigTemplate_11e849aaafc4e5dd193f6fb3d8649274f3eb3bf89e9c6e974ca2ebe6c44cf794->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 92)
    __TwigTemplate_17282eb4c674b086746707d0ca77ca1c3a0641a6921d98b286bd4168d95c9ddf->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Deprecated function: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in Drupal\Core\Controller\ControllerResolver->doGetArguments() (line 139 of core/lib/Drupal/Core/Controller/ControllerResolver.php).
    Drupal\Core\Controller\ControllerResolver->doGetArguments(Object, Array, Array) (Line: 118)
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getArguments(Object, Array) (Line: 173)
    Drupal\Core\Menu\LocalTaskManager->getTitle(Object) (Line: 323)
    Drupal\Core\Menu\LocalTaskManager->getTasksBuild('entity.taxonomy_term.canonical', Object) (Line: 358)
    Drupal\Core\Menu\LocalTaskManager->getLocalTasks('entity.taxonomy_term.canonical', 0) (Line: 94)
    Drupal\Core\Menu\Plugin\Block\LocalTasksBlock->build() (Line: 203)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 94)
    __TwigTemplate_11e849aaafc4e5dd193f6fb3d8649274f3eb3bf89e9c6e974ca2ebe6c44cf794->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 92)
    __TwigTemplate_17282eb4c674b086746707d0ca77ca1c3a0641a6921d98b286bd4168d95c9ddf->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Deprecated function: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in Drupal\Core\Controller\ControllerResolver->doGetArguments() (line 139 of core/lib/Drupal/Core/Controller/ControllerResolver.php).
    Drupal\Core\Controller\ControllerResolver->doGetArguments(Object, Array, Array) (Line: 118)
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getArguments(Object, Array) (Line: 173)
    Drupal\Core\Menu\LocalTaskManager->getTitle(Object) (Line: 323)
    Drupal\Core\Menu\LocalTaskManager->getTasksBuild('entity.taxonomy_term.canonical', Object) (Line: 358)
    Drupal\Core\Menu\LocalTaskManager->getLocalTasks('entity.taxonomy_term.canonical', 0) (Line: 94)
    Drupal\Core\Menu\Plugin\Block\LocalTasksBlock->build() (Line: 203)
    Drupal\block\BlockViewBuilder::preRender(Array)
    call_user_func('Drupal\block\BlockViewBuilder::preRender', Array) (Line: 376)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 94)
    __TwigTemplate_11e849aaafc4e5dd193f6fb3d8649274f3eb3bf89e9c6e974ca2ebe6c44cf794->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 92)
    __TwigTemplate_17282eb4c674b086746707d0ca77ca1c3a0641a6921d98b286bd4168d95c9ddf->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Deprecated function: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in Twig_Template->getAttribute() (line 525 of vendor/twig/twig/lib/Twig/Template.php).
    Twig_Template->getAttribute(Object, 'pluginDefinition', Array) (Line: 110)
    __TwigTemplate_5ced82a1cdb117f4ede4270a1dd6d5362a2376794563af5fd3438f59b40153a8->getmenu_links(Array, Object, 0, 'footer') (Line: 45)
    __TwigTemplate_5ced82a1cdb117f4ede4270a1dd6d5362a2376794563af5fd3438f59b40153a8->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/footer/menu--footer.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('menu__footer', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 45)
    __TwigTemplate_b365cc84cd1f6c16788da6d51965f116e60dff5e24008152fd45a2cdba1abab8->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/footer/block--tele5-footer.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 124)
    __TwigTemplate_11e849aaafc4e5dd193f6fb3d8649274f3eb3bf89e9c6e974ca2ebe6c44cf794->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 92)
    __TwigTemplate_17282eb4c674b086746707d0ca77ca1c3a0641a6921d98b286bd4168d95c9ddf->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Deprecated function: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in Twig_Template->getAttribute() (line 525 of vendor/twig/twig/lib/Twig/Template.php).
    Twig_Template->getAttribute(Object, 'pluginDefinition', Array) (Line: 110)
    __TwigTemplate_5ced82a1cdb117f4ede4270a1dd6d5362a2376794563af5fd3438f59b40153a8->getmenu_links(Array, Object, 0, 'footer') (Line: 45)
    __TwigTemplate_5ced82a1cdb117f4ede4270a1dd6d5362a2376794563af5fd3438f59b40153a8->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/footer/menu--footer.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('menu__footer', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 45)
    __TwigTemplate_b365cc84cd1f6c16788da6d51965f116e60dff5e24008152fd45a2cdba1abab8->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/footer/block--tele5-footer.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 124)
    __TwigTemplate_11e849aaafc4e5dd193f6fb3d8649274f3eb3bf89e9c6e974ca2ebe6c44cf794->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 92)
    __TwigTemplate_17282eb4c674b086746707d0ca77ca1c3a0641a6921d98b286bd4168d95c9ddf->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • Deprecated function: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in Twig_Template->getAttribute() (line 525 of vendor/twig/twig/lib/Twig/Template.php).
    Twig_Template->getAttribute(Object, 'pluginDefinition', Array) (Line: 110)
    __TwigTemplate_5ced82a1cdb117f4ede4270a1dd6d5362a2376794563af5fd3438f59b40153a8->getmenu_links(Array, Object, 0, 'footer') (Line: 45)
    __TwigTemplate_5ced82a1cdb117f4ede4270a1dd6d5362a2376794563af5fd3438f59b40153a8->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/footer/menu--footer.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('menu__footer', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 45)
    __TwigTemplate_b365cc84cd1f6c16788da6d51965f116e60dff5e24008152fd45a2cdba1abab8->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/footer/block--tele5-footer.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 448)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 124)
    __TwigTemplate_11e849aaafc4e5dd193f6fb3d8649274f3eb3bf89e9c6e974ca2ebe6c44cf794->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 490)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 92)
    __TwigTemplate_17282eb4c674b086746707d0ca77ca1c3a0641a6921d98b286bd4168d95c9ddf->doDisplay(Array, Array) (Line: 379)
    Twig_Template->displayWithErrorHandling(Array, Array) (Line: 347)
    Twig_Template->display(Array) (Line: 358)
    Twig_Template->render(Array) (Line: 64)
    twig_render_template('themes/custom/tele5/templates/Core/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
    Drupal\Core\Render\Renderer->render(Array) (Line: 147)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 574)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 149)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 207)
    Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 121)
    Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 75)
    Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)