public function PathautoPatternInterface::applies in Pathauto 8
Determines if this pattern can apply a given object.
Parameters
$object: The object used to determine if this plugin can apply.
Return value
bool
1 method overrides PathautoPatternInterface::applies()
- PathautoPattern::applies in src/
Entity/ PathautoPattern.php - Determines if this pattern can apply a given object.
File
- src/
PathautoPatternInterface.php, line 179
Class
- PathautoPatternInterface
- Provides an interface for defining Pathauto pattern entities.
Namespace
Drupal\pathautoCode
public function applies($object);