getConfiguration() public method

Returns configuration for content-type.
public getConfiguration ( ) : TeaserConfiguration[]
return Sulu\Bundle\ContentBundle\Teaser\Configuration\TeaserConfiguration[]
Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function getDefaultParams(PropertyInterface $property = null)
 {
     return ['providerConfiguration' => $this->teaserProviderPool->getConfiguration(), 'present_as' => new PropertyParameter('present_as', [], 'collection')];
 }