CRM-15988 - Cleanup internal use of entity names
[civicrm-core.git] / Civi / API / Provider / ReflectionProvider.php
index 32e4bc96b65583c721c73f40de87725df36ddff8..bd56c65ddd7c97d43836901fcfb9b61ee7b23c5b 100644 (file)
@@ -67,10 +67,7 @@ class ReflectionProvider implements EventSubscriberInterface, ProviderInterface
   public function __construct($apiKernel) {
     $this->apiKernel = $apiKernel;
     $this->actions = array(
-      // FIXME: We really need to deal with the api's lack of uniformity wrt
-      // case (Entity or entity).
       'Entity' => array('get', 'getactions'),
-      'entity' => array('get', 'getactions'),
       '*' => array('getactions'), // 'getfields'
     );
   }