MetaModels\BackendIntegration\SearchablePages::getAttributeFactory PHP Method

getAttributeFactory() protected method

Get the attribute Factory.
protected getAttributeFactory ( ) : MetaModels\Attribute\IAttributeFactory
return MetaModels\Attribute\IAttributeFactory
    protected function getAttributeFactory()
    {
        return $this->getServiceContainer()->getAttributeFactory();
    }