Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BundleInterface.php

function BundleInterface::getPath

Gets the Bundle directory path.

The path should always be returned as a Unix path (with /).

1 method overrides BundleInterface::getPath()
Bundle::getPath in vendor/symfony/http-kernel/Bundle/Bundle.php
Gets the Bundle directory path.

File

vendor/symfony/http-kernel/Bundle/BundleInterface.php, line 68

Class

BundleInterface
BundleInterface.

Namespace

Symfony\Component\HttpKernel\Bundle

Code

public function getPath() : string;
RSS feed
Powered by Drupal