Calotype\SEO\Generators\MetaGenerator::getDescription PHP Method

getDescription() public method

Get the Meta description.
public getDescription ( ) : string
return string
    public function getDescription()
    {
        return $this->description ?: $this->getDefault('description');
    }