Beispiel #1
0
 /**
  * Bundle type this processor operates on.
  *
  * Defaults to the entity type for entities that do not define bundles.
  *
  * @return string|null
  *   The bundle type this processor operates on, or null if it is undefined.
  */
 protected function bundleKey()
 {
     return $this->entityInfo->getBundleKey('bundle');
 }