コード例 #1
0
ファイル: OrderByField.php プロジェクト: tubepress/tubepress
 protected function providerRecognizesChoice(tubepress_spi_media_MediaProviderInterface $provider, $choice)
 {
     $map = $provider->getMapOfFeedSortNamesToUntranslatedLabels();
     return isset($map[$choice]);
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function providerRecognizesChoice(tubepress_spi_media_MediaProviderInterface $mp, $choice)
 {
     $metaNames = $mp->getMapOfMetaOptionNamesToAttributeDisplayNames();
     return array_key_exists($choice, $metaNames);
 }