Mercurial > hg > isophonics-drupal-site
comparison core/modules/media/src/Annotation/MediaSource.php @ 18:af1871eacc83
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:33:08 +0100 |
parents | 1fec387a4317 |
children |
comparison
equal
deleted
inserted
replaced
17:129ea1e6d783 | 18:af1871eacc83 |
---|---|
56 * @var string[] | 56 * @var string[] |
57 */ | 57 */ |
58 public $allowed_field_types = []; | 58 public $allowed_field_types = []; |
59 | 59 |
60 /** | 60 /** |
61 * The classes used to define media source-specific forms. | |
62 * | |
63 * An array of form class names, keyed by ID. The ID represents the operation | |
64 * the form is used for. | |
65 * | |
66 * @var string[] | |
67 */ | |
68 public $forms = []; | |
69 | |
70 /** | |
61 * A filename for the default thumbnail. | 71 * A filename for the default thumbnail. |
62 * | 72 * |
63 * The thumbnails are placed in the directory defined by the config setting | 73 * The thumbnails are placed in the directory defined by the config setting |
64 * 'media.settings.icon_base_uri'. When using custom icons, make sure the | 74 * 'media.settings.icon_base_uri'. When using custom icons, make sure the |
65 * module provides a hook_install() implementation to copy the custom icons | 75 * module provides a hook_install() implementation to copy the custom icons |