BlockStyleStorage.php in Block Styles 8
Same filename and directory in other branches
Namespace
Drupal\block_stylesFile
src/BlockStyleStorage.phpView source
<?php
namespace Drupal\block_styles;
use Drupal\Core\Config\Entity\ConfigEntityStorage;
/**
* Storage for bootstrap blocks entities.
*/
class BlockStyleStorage extends ConfigEntityStorage {
}
Classes
Name | Description |
---|---|
BlockStyleStorage | Storage for bootstrap blocks entities. |