Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
ResizeImageEffect.php file core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::applyEffect function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::buildConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::defaultConfiguration function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::getSummary function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::submitConfigurationForm function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResizeImageEffect::transformDimensions function core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php
ResolvedLibraryDefinitionsFilesMatchTest class core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Tests that the asset files for all core libraries exist.
ResolvedLibraryDefinitionsFilesMatchTest.php file core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
ResolvedLibraryDefinitionsFilesMatchTest::$allModules property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php A list of all core modules.
ResolvedLibraryDefinitionsFilesMatchTest::$allThemes property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php A list of all core themes.
ResolvedLibraryDefinitionsFilesMatchTest::$librariesToSkip property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php A list of libraries to skip checking, in the format extension/library_name.
ResolvedLibraryDefinitionsFilesMatchTest::$libraryDiscovery property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php The library discovery service.
ResolvedLibraryDefinitionsFilesMatchTest::$modules property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
ResolvedLibraryDefinitionsFilesMatchTest::$pathsChecked property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php A list of all paths that have been checked.
ResolvedLibraryDefinitionsFilesMatchTest::$themeHandler property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php The theme handler.
ResolvedLibraryDefinitionsFilesMatchTest::$themeInitialization property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php The theme initialization.
ResolvedLibraryDefinitionsFilesMatchTest::$themeManager property core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php The theme manager.
ResolvedLibraryDefinitionsFilesMatchTest::assertLibraries function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Asserts the libraries for modules and themes exist.
ResolvedLibraryDefinitionsFilesMatchTest::getAllLibraries function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Gets all libraries for core and all installed modules.
ResolvedLibraryDefinitionsFilesMatchTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
ResolvedLibraryDefinitionsFilesMatchTest::testCoreLibraryCompleteness function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Ensures that all core module and theme library files exist.
ResolvedLibraryDefinitionsFilesMatchTest::testCoreLibraryCompletenessDeprecated function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Ensures that module and theme library files exist for a deprecated modules.
ResolvedLibraryDefinitionsFilesMatchTest::verifyLibraryFilesExist function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Checks that all the library files exist.
resolver_manager.entity service core/core.services.yml Drupal\Core\Entity\EntityResolverManager
Resource class core/modules/media/src/OEmbed/Resource.php Value object representing an oEmbed resource.
Resource.php file core/modules/media/src/OEmbed/Resource.php
Resource::$authorName property core/modules/media/src/OEmbed/Resource.php The name of the author/owner of the resource.
Resource::$authorUrl property core/modules/media/src/OEmbed/Resource.php A URL for the author/owner of the resource.
Resource::$height property core/modules/media/src/OEmbed/Resource.php The height of the resource, in pixels.
Resource::$html property core/modules/media/src/OEmbed/Resource.php The HTML representation of the resource.
Resource::$provider property core/modules/media/src/OEmbed/Resource.php The resource provider.
Resource::$thumbnailHeight property core/modules/media/src/OEmbed/Resource.php The height of the thumbnail, in pixels.
Resource::$thumbnailUrl property core/modules/media/src/OEmbed/Resource.php A URL to a thumbnail image representing the resource.
Resource::$thumbnailWidth property core/modules/media/src/OEmbed/Resource.php The width of the thumbnail, in pixels.
Resource::$title property core/modules/media/src/OEmbed/Resource.php A text title, describing the resource.
Resource::$type property core/modules/media/src/OEmbed/Resource.php The resource type. Can be one of the static::TYPE_* constants.
Resource::$url property core/modules/media/src/OEmbed/Resource.php The resource URL. Only applies to 'photo' and 'link' resources.
Resource::$width property core/modules/media/src/OEmbed/Resource.php The width of the resource, in pixels.
Resource::getAuthorName function core/modules/media/src/OEmbed/Resource.php Returns the name of the resource author.
Resource::getAuthorUrl function core/modules/media/src/OEmbed/Resource.php Returns the URL of the resource author.
Resource::getHeight function core/modules/media/src/OEmbed/Resource.php Returns the height of the resource.
Resource::getHtml function core/modules/media/src/OEmbed/Resource.php Returns the HTML representation of the resource.
Resource::getProvider function core/modules/media/src/OEmbed/Resource.php Returns the resource provider, if known.
Resource::getThumbnailHeight function core/modules/media/src/OEmbed/Resource.php Returns the height of the resource's thumbnail image.
Resource::getThumbnailUrl function core/modules/media/src/OEmbed/Resource.php Returns the URL of the resource's thumbnail image.
Resource::getThumbnailWidth function core/modules/media/src/OEmbed/Resource.php Returns the width of the resource's thumbnail image.
Resource::getTitle function core/modules/media/src/OEmbed/Resource.php Returns the title of the resource.
Resource::getType function core/modules/media/src/OEmbed/Resource.php Returns the resource type.
Resource::getUrl function core/modules/media/src/OEmbed/Resource.php Returns the URL of the resource. Only applies to 'photo' resources.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.