You are here

CustomBreadcrumbsInterface.php in Custom Breadcrumbs 1.x

File

src/CustomBreadcrumbsInterface.php
View source
<?php

namespace Drupal\custom_breadcrumbs;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface defining a custom breadcrumbs entity type.
 */
interface CustomBreadcrumbsInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
CustomBreadcrumbsInterface Provides an interface defining a custom breadcrumbs entity type.