comparison core/lib/Drupal/Core/Field/PluginSettingsInterface.php @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
7 7
8 /** 8 /**
9 * Interface definition for plugin with settings. 9 * Interface definition for plugin with settings.
10 * 10 *
11 * @deprecated in Drupal 8.1.0 and will be removed before Drupal 9.0.0. Use 11 * @deprecated in Drupal 8.1.0 and will be removed before Drupal 9.0.0. Use
12 * \Drupal\Component\Plugin\ConfigurablePluginInterface instead. 12 * \Drupal\Component\Plugin\ConfigurableInterface instead.
13 */ 13 */
14 interface PluginSettingsInterface extends PluginInspectionInterface, ThirdPartySettingsInterface { 14 interface PluginSettingsInterface extends PluginInspectionInterface, ThirdPartySettingsInterface {
15 15
16 /** 16 /**
17 * Defines the default settings for this plugin. 17 * Defines the default settings for this plugin.