X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fmodules%2Fcontrib%2Fslick%2Fsrc%2FEntity%2FSlickInterface.php;h=2a8712c785c717b94e291334f81a172de180f6f9;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hp=66b0fbdc0b2644811008cdf030dcc636c0eb2e48;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/modules/contrib/slick/src/Entity/SlickInterface.php b/web/modules/contrib/slick/src/Entity/SlickInterface.php index 66b0fbdc0..2a8712c78 100644 --- a/web/modules/contrib/slick/src/Entity/SlickInterface.php +++ b/web/modules/contrib/slick/src/Entity/SlickInterface.php @@ -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'. *