devel_wizard-2.x-dev/templates/spell/entity_type/content/storage_interface.php.twig

templates/spell/entity_type/content/storage_interface.php.twig
{%
  include '@devel_wizard/php/devel_wizard.php.file.header.php.twig'
  with {
    'namespace': content.namespace,
  }
%}

{%-
  include '@devel_wizard/php/devel_wizard.php.file.use_statements.php.twig'
  with {
    'useStatements': {
      'Drupal\\Core\\Entity\\ContentEntityStorageInterface': '',
    },
  }
%}

/**
 * @method \{{ content.interface_fqn }}      create(array $values = [])
 * @method \{{ content.interface_fqn }}|null load($id)
 * @method \{{ content.interface_fqn }}[]    loadMultiple(array $ids = NULL)
 * @method \{{ content.interface_fqn }}|null loadUnchanged($id)
 * @method \{{ content.interface_fqn }}|null loadRevision($revision_id)
 * @method \{{ content.interface_fqn }}[]    loadMultipleRevisions(array $revision_ids)
 * @method \{{ content.interface_fqn }}[]    loadByProperties(array $values = [])
 * @method \{{ content.interface_fqn }}      createRevision(\Drupal\Core\Entity\RevisionableInterface $entity, $default = TRUE, $keep_untranslatable_fields = NULL)
 */
interface StorageInterface extends ContentEntityStorageInterface {
}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc