Yaffs site version 1.1
[yaffs-website] / web / modules / contrib / slick / src / Entity / SlickInterface.php
index 66b0fbdc0b2644811008cdf030dcc636c0eb2e48..2a8712c785c717b94e291334f81a172de180f6f9 100644 (file)
@@ -51,6 +51,9 @@ interface SlickInterface extends ConfigEntityInterface {
    *
    * @param array $settings
    *   The new array of settings.
+   *
+   * @return $this
+   *   The class instance that this method is called on.
    */
   public function setSettings(array $settings = []);
 
@@ -65,6 +68,17 @@ interface SlickInterface extends ConfigEntityInterface {
    */
   public function getSetting($setting_name);
 
+  /**
+   * Sets the value of a slick setting.
+   *
+   * @param string $setting_name
+   *   The setting name.
+   *
+   * @return $this
+   *   The class instance that this method is called on.
+   */
+  public function setSetting($setting_name, $value);
+
   /**
    * Returns available slick default options under group 'settings'.
    *