getSystemCollection() 공개 메소드

Returns id of system collection with given key.
public getSystemCollection ( string $key ) : integer
$key string
리턴 integer id of system collection
예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function getParameters()
 {
     return ['contactAvatarCollection' => $this->systemCollectionManager->getSystemCollection('sulu_contact.contact'), 'accountAvatarCollection' => $this->systemCollectionManager->getSystemCollection('sulu_contact.account')];
 }