You are here

public function PathComponentInterface::isWildcard in Drupal 7 to 8/9 Module Upgrader 8

Returns if this component is considered a wildcard.

Return value

bool

2 methods override PathComponentInterface::isWildcard()
PathComponent::isWildcard in src/Utility/Path/Drupal7/PathComponent.php
Returns if this component is considered a wildcard.
PathComponent::isWildcard in src/Utility/Path/Drupal8/PathComponent.php
Returns if this component is considered a wildcard.

File

src/Utility/Path/PathComponentInterface.php, line 27

Class

PathComponentInterface
Represents a single component of a route path.

Namespace

Drupal\drupalmoduleupgrader\Utility\Path

Code

public function isWildcard();