Craft\SeomaticVariable::extractTextFromMatrix PHP Method

extractTextFromMatrix() public method

* -------------------------------------------------------------------------------- Extract all of the text and rich text from the fields in MatrixBlockModels --------------------------------------------------------------------------------
public extractTextFromMatrix ( $matrixBlocks )
    public function extractTextFromMatrix($matrixBlocks)
    {
        $result = craft()->seomatic->extractTextFromMatrix($matrixBlocks);
        return $result;
    }