Add isPublished()
method
This commit is contained in:
parent
8c3b9438c7
commit
86b5c18f8d
|
@ -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…
Reference in a new issue