You are here

class StaticProvider in Persistent URL 8

Plugin annotation


@PurlProvider(
     id="static"
)

Hierarchy

Expanded class hierarchy of StaticProvider

File

src/Plugin/Purl/Provider/StaticProvider.php, line 12

Namespace

Drupal\purl\Plugin\Purl\Provider
View source
class StaticProvider extends ProviderAbstract {
  public function getModifiers() {
    return array(
      'un' => 1,
      'deux' => 2,
      'trois' => 3,
      'quatre' => 4,
      'cuinq' => 5,
    );
  }

}

Members