Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function getAliasType()
 {
     if (!$this->aliasTypeCollection) {
         $this->aliasTypeCollection = new DefaultSingleLazyPluginCollection(\Drupal::service('plugin.manager.alias_type'), $this->getType(), ['default' => $this->getPattern()]);
     }
     return $this->aliasTypeCollection->get($this->getType());
 }
 /**
  * {@inheritdoc}
  *
  * @return \Drupal\entityqueue\EntityQueueHandlerInterface
  */
 public function &get($instance_id) {
   return parent::get($instance_id);
 }