You are here

BlockStyleStorage.php in Block Styles 2.x

Same filename and directory in other branches
  1. 8 src/BlockStyleStorage.php
  2. 1.x src/BlockStyleStorage.php

File

src/BlockStyleStorage.php
View source
<?php

namespace Drupal\block_styles;

use Drupal\Core\Config\Entity\ConfigEntityStorage;

/**
 * Storage for bootstrap blocks entities.
 */
class BlockStyleStorage extends ConfigEntityStorage {

}

Classes

Namesort descending Description
BlockStyleStorage Storage for bootstrap blocks entities.