Sulu\Bundle\ContentBundle\Teaser\Provider\TeaserProviderPoolInterface::getConfiguration PHP Метод

getConfiguration() публичный Метод

Returns configuration for content-type.
public getConfiguration ( ) : TeaserConfiguration[]
Результат Sulu\Bundle\ContentBundle\Teaser\Configuration\TeaserConfiguration[]
    public function getConfiguration();

Usage Example

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