comparison core/lib/Drupal/Core/Field/PluginSettingsInterface.php @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
17:129ea1e6d783 18:af1871eacc83
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.