dsfr4drupal-1.x-dev/src/Dsfr4DrupalInterface.php
src/Dsfr4DrupalInterface.php
<?php
declare(strict_types=1);
namespace Drupal\dsfr4drupal;
/**
* Provides an interface to declare some constants related to "DSFR for Drupal" theme.
*/
interface Dsfr4DrupalInterface {
/**
* The DSFR library path.
*
* @var string
*/
const LIBRARY_PATH = 'libraries/dsfr/dist/';
}
