You are here

public function AliasTypeInterface::applies in Pathauto 8

Determines if this plugin type can apply a given object.

Parameters

object $object: The object used to determine if this plugin can apply.

Return value

bool Whether this plugin applies to the given object.

1 method overrides AliasTypeInterface::applies()
EntityAliasTypeBase::applies in src/Plugin/pathauto/AliasType/EntityAliasTypeBase.php
Determines if this plugin type can apply a given object.

File

src/AliasTypeInterface.php, line 46

Class

AliasTypeInterface
Provides an interface for pathauto alias types.

Namespace

Drupal\pathauto

Code

public function applies($object);