class StaticProvider in Persistent URL 8
Plugin annotation
@PurlProvider(
id="static"
)
Hierarchy
- class \Drupal\purl\Plugin\Purl\Provider\ProviderAbstract implements ConfigurableInterface, ProviderInterface
- class \Drupal\purl\Plugin\Purl\Provider\StaticProvider
Expanded class hierarchy of StaticProvider
File
- src/
Plugin/ Purl/ Provider/ StaticProvider.php, line 12
Namespace
Drupal\purl\Plugin\Purl\ProviderView source
class StaticProvider extends ProviderAbstract {
public function getModifiers() {
return array(
'un' => 1,
'deux' => 2,
'trois' => 3,
'quatre' => 4,
'cuinq' => 5,
);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ProviderAbstract:: |
protected | property | ||
ProviderAbstract:: |
protected | property | ||
ProviderAbstract:: |
public | function |
Overrides ConfigurableInterface:: |
|
ProviderAbstract:: |
public | function |
Overrides ProviderInterface:: |
|
ProviderAbstract:: |
public | function |
Overrides ConfigurableInterface:: |
|
ProviderAbstract:: |
public | function |
Overrides ProviderInterface:: |
|
ProviderAbstract:: |
public | function |
Overrides ConfigurableInterface:: |
|
StaticProvider:: |
public | function |
Overrides ProviderInterface:: |