function MediaLibraryState::getAllowedTypeIds
Same name in other branches
- 9 core/modules/media_library/src/MediaLibraryState.php \Drupal\media_library\MediaLibraryState::getAllowedTypeIds()
- 8.9.x core/modules/media_library/src/MediaLibraryState.php \Drupal\media_library\MediaLibraryState::getAllowedTypeIds()
- 11.x core/modules/media_library/src/MediaLibraryState.php \Drupal\media_library\MediaLibraryState::getAllowedTypeIds()
Returns the media type IDs which can be selected.
Return value
string[] The media type IDs.
1 call to MediaLibraryState::getAllowedTypeIds()
- MediaLibraryState::getHash in core/
modules/ media_library/ src/ MediaLibraryState.php - Get the hash for the state object.
File
-
core/
modules/ media_library/ src/ MediaLibraryState.php, line 229
Class
- MediaLibraryState
- A value object for the media library state.
Namespace
Drupal\media_libraryCode
public function getAllowedTypeIds() {
return $this->all('media_library_allowed_types');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.