You are here

public function AssetInjectorInterface::getCode in Asset Injector 8.2

Same name and namespace in other branches
  1. 8 src/AssetInjectorInterface.php \Drupal\asset_injector\AssetInjectorInterface::getCode()

Get the asset's code.

Return value

string The code of the asset.

1 method overrides AssetInjectorInterface::getCode()
AssetInjectorBase::getCode in src/Entity/AssetInjectorBase.php
Get the asset's code.

File

src/AssetInjectorInterface.php, line 54

Class

AssetInjectorInterface
Provides an interface for defining Asset Injector entities.

Namespace

Drupal\asset_injector

Code

public function getCode();