sx0?Symfony\Component\Console\Completion\Output\ZshCompletionOutputtput/symfonyY@@ut/ZshCo0@@n['<Symfony\Component\Console\DataCollector\CommandDataCollectortorˆaCSymfony\Component\Console\DependencyInjection\AddConsoleCommandPassassY@@/symfonyW@tion/Add:@GZ?;Symfony\Component\Console\Descriptor\ApplicationDescriptionionˣ8Symfony\Component\Console\Descriptor\DescriptorInterfaceace27Symfony\Component\Console\Descriptor\MarkdownDescriptortor?c?Symfony\Component\Console\Descriptor\ReStructuredTextDescriptortor;/** * Close the database connection * @since 8.0.0 */ȸ 5Symfony\Component\Console\EventListener\ErrorListenernerp fkЪ5Symfony\Component\Console\Event\ConsoleTerminateEvententڻ>,<Symfony\Component\Console\Exception\CommandNotFoundExceptionion?Vq6Symfony\Component\Console\Exception\ExceptionInterfaceace8Fk<Symfony\Component\Console\Exception\InvalidArgumentExceptionion@h :Symfony\Component\Console\Exception\InvalidOptionExceptionion_ւw9Symfony\Component\Console\Exception\MissingInputExceptionionQs&>Symfony\Component\Console\Exception\NamespaceNotFoundExceptionion/symfonyY@@paceNotF0@@߼/y=Symfony\Component\Console\Exception\RunCommandFailedExceptionionY@@/symfonyW@mmandFai:@2E=f4Symfony\Component\Console\Exception\RuntimeExceptionion&Rr7Symfony\Component\Console\Formatter\NullOutputFormatterter<<Symfony\Component\Console\Formatter\NullOutputFormatterStyleyleZȢ<Symfony\Component\Console\Formatter\OutputFormatterInterfaceacep3 88Symfony\Component\Console\Formatter\OutputFormatterStyleyleyUASymfony\Component\Console\Formatter\OutputFormatterStyleInterfaceace )j`%VjjcZIK=Symfony\Component\Console\Formatter\OutputFormatterStyleStackackD/** * The query cache profile used for caching results. */@/** * {@inheritDoc} * * @return Statement */+f25Symfony\Component\Console\Helper\DebugFormatterHelperperI湞6Symfony\Component\Console\Helper\SymfonyQuestionHelperperX438Symfony\Component\Console\Input\StreamableInputInterfaceaceR%X6Ȓ5Symfony\Component\Console\Messenger\RunCommandContextextr$!Ȓ5Symfony\Component\Console\Messenger\RunCommandMessageage&f<Symfony\Component\Console\Messenger\RunCommandMessageHandlerlervBP7Symfony\Component\Console\Output\ConsoleOutputInterfaceacev 5Symfony\Component\Console\Output\ConsoleSectionOutputput9vo]4Symfony\Component\Console\Output\TrimmedBufferOutputput5 o'7Symfony\Component\Console\Question\ConfirmationQuestionion^jgV7Symfony\Component\Console\SignalRegistry\SignalRegistrytrylback( $this->context->id ) ), 'mainEntityOfPage' => [ '@id' => $this->context->main_schema_id ], 'description' => '', ]; if ( $this->context->has_article ) { $data['mainEntityOfPage'] = [ '@id' => $this->context->main_schema_id . Schema_IDs::ARTICLE_HASH ]; } if ( isset( $block['attrs']['jsonDescription'] ) ) { $data['description'] = $this->helpers->schema->html->sanitize( $block['attrs']['jsonDescription'] ); } $this->add_duration( $data, $block['attrs'] ); $this->add_steps( $data, $block['attrs']['steps'] ); $data = $this->helpers->schema->language->add_piece_language( $data ); $graph[] = $data; } /** * Generates the image schema from the attachment $url. * * @param string $url Attachment url. * * @return array Image schema. */ protected function get_image_schema( $url ) { $schema_id = $this->context->canonical . '#schema-image-' . \md5( $url ); return $this->helpers->schema->image->generate_from_url( $schema_id, $url ); } }