Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MediaInterface.php

function MediaInterface::setName

Sets the media item name.

Parameters

string $name: The name of the media item.

Return value

$this

1 method overrides MediaInterface::setName()
Media::setName in core/modules/media/src/Entity/Media.php
Sets the media item name.

File

core/modules/media/src/MediaInterface.php, line 32

Class

MediaInterface
Provides an interface defining an entity for media items.

Namespace

Drupal\media

Code

public function setName($name);
RSS feed
Powered by Drupal