public function __construct(FactoryInterface $factory, $upload, $body, $nid, $vid, $is_new, $type, $title, $language, $url, $edit_url, $status, $promote, $sticky, $created, $changed, $author, $book, $book_ancestors, $comment, $comments, $comment_count, $comment_count_new, $has_new_content, $last_comment_timestamp) { $this->upload = $upload; parent::__construct($factory, $body, $nid, $vid, $is_new, $type, $title, $language, $url, $edit_url, $status, $promote, $sticky, $created, $changed, $author, $has_new_content); $this->setCommentData($comment, $comments, $comment_count, $comment_count_new, $last_comment_timestamp); $this->setBookData($book, $book_ancestors); }
public function __construct(FactoryInterface $factory, $body, $taxonomy_vocabulary_9, $field_issue_status, $field_issue_priority, $field_issue_category, $field_issue_component, $field_project, $field_issue_files, $field_issue_related, $field_issue_version, $field_issue_credit, $nid, $vid, $is_new, $type, $title, $language, $url, $edit_url, $status, $promote, $sticky, $created, $changed, $author, $book_ancestors, $comment, $comments, $comment_count, $comment_count_new, $has_new_content, $last_comment_timestamp = 0, $field_issue_assigned = '') { $this->taxonomy = $taxonomy_vocabulary_9; $this->issueStatus = $field_issue_status; $this->issuePriority = $field_issue_priority; $this->issueCategory = $field_issue_category; $this->issueComponent = $field_issue_component; $this->issueAssigned = $field_issue_assigned; $this->project = $field_project; $this->issueFiles = $field_issue_files; // $this->issueParent = $field_issue_parent; $this->issueRelated = $field_issue_related; $this->issueCredit = $field_issue_credit; $this->issueVersion = $field_issue_version; $this->bookAncestors = $book_ancestors; parent::__construct($factory, $body, $nid, $vid, $is_new, $type, $title, $language, $url, $edit_url, $status, $promote, $sticky, $created, $changed, $author, $has_new_content); $this->setCommentData($comment, $comments, $comment_count, $comment_count_new, $last_comment_timestamp); }
/** * @param \EclipseGc\DrupalOrg\Api\FactoryInterface $factory * @param array $taxonomy_vocabulary_46 * @param int $taxonomy_vocabulary_44 * @param int $taxonomy_vocabulary_3 * @param bool $body * @param string $field_project_type * @param string $field_project_machine_name * @param string $field_project_has_issue_queue * @param string $field_project_components * @param string $field_project_default_component * @param $field_project_issue_guidelines * @param $field_project_has_releases * @param $field_release_version_format * @param $field_project_homepage * @param $field_project_changelog * @param $field_project_demo * @param $field_project_documentation * @param $field_project_screenshots * @param $field_project_license * @param $field_project_images * @param $field_supporting_organizations * @param $field_download_count * @param $field_project_phpcs_errors * @param $field_project_phpcs_full * @param $field_project_phpcs_ts * @param $field_project_phpcs_warnings * @param $nid * @param $vid * @param $is_new * @param $type * @param $title * @param $language * @param $url * @param $edit_url * @param $status * @param $promote * @param $sticky * @param $created * @param $changed * @param $author * @param $book_ancestors * @param $comment * @param $comments * @param $comment_count * @param $comment_count_new * @param $has_new_content * @param $last_comment_timestamp */ public function __construct(FactoryInterface $factory, $taxonomy_vocabulary_46, $taxonomy_vocabulary_44, $taxonomy_vocabulary_3, $body, $field_project_type, $field_project_machine_name, $field_project_has_issue_queue, $field_project_components, $field_project_default_component, $field_project_issue_guidelines, $field_project_has_releases, $field_release_version_format, $field_project_homepage, $field_project_changelog, $field_project_demo, $field_project_documentation, $field_project_screenshots, $field_project_license, $field_project_images, $field_supporting_organizations, $field_download_count, $field_project_phpcs_errors, $field_project_phpcs_full, $field_project_phpcs_ts, $field_project_phpcs_warnings, $nid, $vid, $is_new, $type, $title, $language, $url, $edit_url, $status, $promote, $sticky, $created, $changed, $author, $book_ancestors, $comment, $comments, $comment_count, $comment_count_new, $has_new_content, $last_comment_timestamp) { $this->developmentStatus = $taxonomy_vocabulary_46; $this->maintenanceStatus = $taxonomy_vocabulary_44; $this->tags = $taxonomy_vocabulary_3; $this->projectType = $field_project_type; $this->machineName = $field_project_machine_name; $this->hasIssueQueue = $field_project_has_issue_queue; $this->components = $field_project_components; $this->defaultComponent = $field_project_default_component; $this->projectIssueGuidelines = $field_project_issue_guidelines; $this->hasReleases = $field_project_has_releases; $this->releaseVersionFormat = $field_release_version_format; $this->hompage = $field_project_homepage; $this->changelog = $field_project_changelog; $this->demo = $field_project_demo; $this->documentation = $field_project_documentation; $this->screenshots = $field_project_screenshots; $this->license = $field_project_license; $this->images = $field_project_images; $this->supportingOrganizations = $field_supporting_organizations; $this->downloadCount = $field_download_count; $this->phpCsErrors = $field_project_phpcs_errors; $this->phpCsFull = $field_project_phpcs_full; $this->phpCsTimestamp = $field_project_phpcs_ts; $this->phpCsWarnings = $field_project_phpcs_warnings; parent::__construct($factory, $body, $nid, $vid, $is_new, $type, $title, $language, $url, $edit_url, $status, $promote, $sticky, $created, $changed, $author, $has_new_content); $this->setCommentData($comment, $comments, $comment_count, $comment_count_new, $last_comment_timestamp); }
/** * @param \EclipseGc\DrupalOrg\Api\FactoryInterface $factory * @param array $body * @param int $taxonomy_vocabulary_6 * @param int $taxonomy_vocabulary_7 * @param bool $field_release_project * @param string $field_release_version * @param string $field_release_version_major * @param string $field_release_version_minor * @param string $field_release_version_patch * @param string $field_release_version_extra * @param $field_release_version_ext_weight * @param $field_release_version_ext_delta * @param $field_release_vcs_label * @param $field_release_build_type * @param $field_release_update_status * @param $field_release_files * @param $nid * @param $vid * @param $is_new * @param $type * @param $title * @param $language * @param $url * @param $edit_url * @param $status * @param $promote * @param $sticky * @param $created * @param $changed * @param $author * @param $book_ancestors * @param $comment * @param $comments * @param $comment_count * @param $comment_count_new * @param $has_new_content * @param int $last_comment_timestamp * @param string $field_issue_assigned */ public function __construct(FactoryInterface $factory, $body, $taxonomy_vocabulary_6, $taxonomy_vocabulary_7, $field_release_project, $field_release_version, $field_release_version_major, $field_release_version_minor, $field_release_version_patch, $field_release_version_extra, $field_release_version_ext_weight, $field_release_version_ext_delta, $field_release_vcs_label, $field_release_build_type, $field_release_update_status, $field_release_files, $nid, $vid, $is_new, $type, $title, $language, $url, $edit_url, $status, $promote, $sticky, $created, $changed, $author, $book_ancestors, $comment, $comments, $comment_count, $comment_count_new, $has_new_content, $last_comment_timestamp = 0, $field_issue_assigned = '') { $this->drupalCoreVersion = $taxonomy_vocabulary_6; $this->tags = $taxonomy_vocabulary_7; $this->project = $field_release_project; $this->version = $field_release_version; $this->versionMajor = $field_release_version_major; $this->versionMinor = $field_release_version_minor; $this->versionPatch = $field_release_version_patch; $this->versionExtra = $field_release_version_extra; $this->weight = $field_release_version_ext_weight; $this->delta = $field_release_version_ext_delta; $this->vcsLabel = $field_release_vcs_label; $this->buildType = $field_release_build_type; $this->updateStatus = $field_release_update_status; $this->releaseFiles = $field_release_files; $this->bookAncestors = $book_ancestors; parent::__construct($factory, $body, $nid, $vid, $is_new, $type, $title, $language, $url, $edit_url, $status, $promote, $sticky, $created, $changed, $author, $has_new_content); $this->setCommentData($comment, $comments, $comment_count, $comment_count_new, $last_comment_timestamp); }