Sulu\Bundle\ContentBundle\Teaser\Provider\TeaserProviderPoolInterface::getConfiguration PHP Méthode

getConfiguration() public méthode

Returns configuration for content-type.
public getConfiguration ( ) : TeaserConfiguration[]
Résultat Sulu\Bundle\ContentBundle\Teaser\Configuration\TeaserConfiguration[]
    public function getConfiguration();

Usage Example

Exemple #1
0
 /**
  * {@inheritdoc}
  */
 public function getDefaultParams(PropertyInterface $property = null)
 {
     return ['providerConfiguration' => $this->teaserProviderPool->getConfiguration(), 'present_as' => new PropertyParameter('present_as', [], 'collection')];
 }