bcubed-8.x-1.0-beta5/src/Entity/ConditionSetInterface.php

src/Entity/ConditionSetInterface.php
<?php

namespace Drupal\bcubed\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Condition Set entities.
 */
interface ConditionSetInterface extends ConfigEntityInterface {

  /**
   * Return the status of the conditionset.
   *
   * @return bool
   *   status of the conditionset
   */
  public function status();

  /**
   * Returns a list of the JS plugin libraries loaded by the conditionset.
   *
   * @return array
   *   list of JS libraries
   */
  public function getJsPlugins();

}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc