getSystemCollection() public method

Returns id of system collection with given key.
public getSystemCollection ( string $key ) : integer
$key string
return 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')];
 }