Search for style

  1. Search 7.x for style
  2. Search 9.5.x for style
  3. Search 10.3.x for style
  4. Search 11.x for style
  5. Other projects
Title Object type File name Summary
MediaListBuilder::$thumbnailStyleExists property core/modules/media/src/MediaListBuilder.php Indicates whether the 'thumbnail' image style exists.
media_library_image_style_access function core/modules/media_library/media_library.module Implements hook_ENTITY_TYPE_access().
media_library_post_update_add_media_library_image_style function core/modules/media_library/media_library.post_update.php Create the 'media_library' image style if necessary.
MigrateImageStylesTest class core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php Test image styles migration to config entities.
MigrateImageStylesTest.php file core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php
MigrateImageStylesTest::$modules property core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php Modules to enable.
MigrateImageStylesTest::assertEntity function core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php Asserts various aspects of an ImageStyle entity.
MigrateImageStylesTest::setUp function core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php
MigrateImageStylesTest::testImageStylesMigration function core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php Test the image styles migration.
Node::rowStyleOptions function core/modules/node/src/Plugin/views/wizard/Node.php Retrieves row style plugin names.
NodeRevision::rowStyleOptions function core/modules/node/src/Plugin/views/wizard/NodeRevision.php Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::rowStyleOptions().
PathProcessorImageStyles class core/modules/image/src/PathProcessor/PathProcessorImageStyles.php Defines a path processor to rewrite image styles URLs.
PathProcessorImageStyles.php file core/modules/image/src/PathProcessor/PathProcessorImageStyles.php
PathProcessorImageStyles::$streamWrapperManager property core/modules/image/src/PathProcessor/PathProcessorImageStyles.php The stream wrapper manager service.
PathProcessorImageStyles::processInbound function core/modules/image/src/PathProcessor/PathProcessorImageStyles.php Processes the inbound path.
PathProcessorImageStyles::__construct function core/modules/image/src/PathProcessor/PathProcessorImageStyles.php Constructs a new PathProcessorImageStyles object.
path_processor.image_styles service core/modules/image/image.services.yml Drupal\image\PathProcessor\PathProcessorImageStyles
plugin.manager.views.style service core/modules/views/views.services.yml Drupal\views\Plugin\ViewsPluginManager
ResponsiveImageFieldDisplayTest::$responsiveImgStyle property core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Responsive image style entity instance we test with.
ResponsiveImageFieldDisplayTest::addTestImageStyleMappings function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Add image style mappings to the responsive image style entity.
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyStyle function core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php Test responsive image formatters when image style is empty.
ResponsiveImageFormatter::$imageStyleStorage property core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php
ResponsiveImageFormatter::$responsiveImageStyleStorage property core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php
ResponsiveImageStyle class core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Defines the responsive image style entity.
ResponsiveImageStyle.php file core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php
ResponsiveImageStyle::$breakpoint_group property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php The responsive image breakpoint group.
ResponsiveImageStyle::$fallback_image_style property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php The fallback image style.
ResponsiveImageStyle::$id property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php The responsive image ID (machine name).
ResponsiveImageStyle::$image_style_mappings property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php The image style mappings.
ResponsiveImageStyle::$keyedImageStyleMappings property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php
ResponsiveImageStyle::$label property core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php The responsive image label.
ResponsiveImageStyle::addImageStyleMapping function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Adds a image style mapping to the responsive image configuration entity.
ResponsiveImageStyle::calculateDependencies function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Calculates dependencies and stores them in the dependency property.
ResponsiveImageStyle::getBreakpointGroup function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Returns the breakpoint group for the responsive image style.
ResponsiveImageStyle::getFallbackImageStyle function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Returns the fallback image style ID for the responsive image style.
ResponsiveImageStyle::getImageStyleIds function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Gets all the image styles IDs involved in the responsive image mapping.
ResponsiveImageStyle::getImageStyleMapping function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Gets the image style mapping for a breakpoint ID and multiplier.
ResponsiveImageStyle::getImageStyleMappings function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Returns the image style mappings for the responsive image style.
ResponsiveImageStyle::getKeyedImageStyleMappings function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Returns the mappings of breakpoint ID and multiplier to image style.
ResponsiveImageStyle::hasImageStyleMappings function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Checks if there is at least one mapping defined.
ResponsiveImageStyle::isEmptyImageStyleMapping function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Checks if there is at least one image style mapping defined.
ResponsiveImageStyle::removeImageStyleMappings function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Removes all image style mappings from the responsive image style.
ResponsiveImageStyle::setBreakpointGroup function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Sets the breakpoint group for the responsive image style.
ResponsiveImageStyle::setFallbackImageStyle function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Sets the fallback image style for the responsive image style.
ResponsiveImageStyle::__construct function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Constructs an Entity object.
ResponsiveImageStyleConfigEntityUnitTest class core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php @coversDefaultClass \Drupal\responsive_image\Entity\ResponsiveImageStyle
@group block
ResponsiveImageStyleConfigEntityUnitTest.php file core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php
ResponsiveImageStyleConfigEntityUnitTest::$breakpointManager property core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php The breakpoint manager used for testing.
ResponsiveImageStyleConfigEntityUnitTest::$entityType property core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php The entity type used for testing.
ResponsiveImageStyleConfigEntityUnitTest::$entityTypeManager property core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php The entity type manager used for testing.

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