Add isPublished()
method
This commit is contained in:
parent
8c3b9438c7
commit
86b5c18f8d
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ final class PostBuilder {
|
|||
return new self();
|
||||
}
|
||||
|
||||
public function isPublished(): self {
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function setCreatedDate(string $time = 'now'): self {
|
||||
$this->created = new DrupalDateTime($time);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue