Skip to content
Snippets Groups Projects

changing the description from MediaSourceBase::getSourceFieldName() return...

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -297,8 +297,8 @@ public function createSourceField(MediaTypeInterface $type) {
@@ -297,8 +297,8 @@ public function createSourceField(MediaTypeInterface $type) {
* Determine the name of the source field.
* Determine the name of the source field.
*
*
* @return string
* @return string
* The source field name. If one is already stored in configuration, it is
* The source field name. If one is already stored in configuration,
* returned. Otherwise, a new, unused one is generated.
* it is returned. Otherwise, a new unused one is generated.
*/
*/
protected function getSourceFieldName() {
protected function getSourceFieldName() {
// Some media sources are using a deriver, so their plugin IDs may contain
// Some media sources are using a deriver, so their plugin IDs may contain
Loading