Examples\Blog\Schema\ContentBlockUnion::getTypes PHP Method

getTypes() public method

public getTypes ( )
    public function getTypes()
    {
        return [new PostType(), new BannerType()];
    }
ContentBlockUnion