interface ValueSupplierInterface

Value Supplier Interface.

Implementations determine runtime values for compile-time variables.

@author Johannes M. Schmitt <schmittjoh@gmail.com>

Hierarchy

Expanded class hierarchy of ValueSupplierInterface

All classes that implement ValueSupplierInterface

2 files declare their use of ValueSupplierInterface
AsseticExtension.php in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php
ValueContainer.php in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php, line 21

Namespace

Assetic
View source
interface ValueSupplierInterface {

  /**
   * Returns a map of values.
   *
   * @return array
   */
  public function getValues();

}

Members

Namesort descending Modifiers Type Description Overrides
ValueSupplierInterface::getValues public function Returns a map of values.