Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
ResponsiveImageStyleInterface::getBreakpointGroup function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Returns the breakpoint group for the responsive image style.
ResponsiveImageStyleInterface::getFallbackImageStyle function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Returns the fallback image style ID for the responsive image style.
ResponsiveImageStyleInterface::getImageStyleIds function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Gets all the image styles IDs involved in the responsive image mapping.
ResponsiveImageStyleInterface::getImageStyleMapping function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Gets the image style mapping for a breakpoint ID and multiplier.
ResponsiveImageStyleInterface::getImageStyleMappings function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Returns the image style mappings for the responsive image style.
ResponsiveImageStyleInterface::getKeyedImageStyleMappings function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Returns the mappings of breakpoint ID and multiplier to image style.
ResponsiveImageStyleListBuilder::getDefaultOperations function core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php Gets this list's default operations.
ResponsiveImageStyleResourceTestBase::getExpectedNormalizedEntity function core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Returns the expected normalization of the entity.
ResponsiveImageStyleResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Return the expected error message.
ResponsiveImageStyleResourceTestBase::getNormalizedPostEntity function core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Returns the normalized POST entity.
ResponsiveImageStyleTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php Returns the expected JSON:API document for the entity.
ResponsiveImageStyleTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php Returns the JSON:API POST document.
ResponsiveImageTestFormatter class core/modules/responsive_image/tests/modules/responsive_image_test_module/src/Plugin/Field/FieldFormatter/ResponsiveImageTestFormatter.php Plugin to test responsive image formatter.
ResponsiveImageTestFormatter.php file core/modules/responsive_image/tests/modules/responsive_image_test_module/src/Plugin/Field/FieldFormatter/ResponsiveImageTestFormatter.php
ResponsiveImageTestFormatter::viewElements function core/modules/responsive_image/tests/modules/responsive_image_test_module/src/Plugin/Field/FieldFormatter/ResponsiveImageTestFormatter.php Builds a renderable array for a field value.
responsive_image_get_image_dimensions function core/modules/responsive_image/responsive_image.module Determines the dimensions of an image.
responsive_image_get_mime_type function core/modules/responsive_image/responsive_image.module Determines the MIME type of an image.
rest.route_processor_get_bc service core/modules/rest/rest.services.yml \Drupal\rest\RouteProcessor\RestResourceGetRouteProcessorBC
RestConfigSubscriber::getSubscribedEvents function core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php
RestExport::getAuthOptions function core/modules/rest/src/Plugin/views/display/RestExport.php Gets the auth options available.
RestExport::getContentType function core/modules/rest/src/Plugin/views/display/RestExport.php Gets the content type.
RestExport::getFormatOptions function core/modules/rest/src/Plugin/views/display/RestExport.php Returns an array of format options.
RestExport::getMimeType function core/modules/rest/src/Plugin/views/display/RestExport.php Gets the mime type.
RestExport::getType function core/modules/rest/src/Plugin/views/display/RestExport.php Returns the display type that this display requires.
RestJsonApiUnsupported::getExpectedBcUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php
RestJsonApiUnsupported::getExpectedUnauthorizedAccessCacheability function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php Returns the expected cacheability of an unauthorized access response.
RestJsonApiUnsupported::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/RestJsonApiUnsupported.php Return the expected error message.
RestRegisterUserTest::getExpectedBcUnauthorizedAccessMessage function core/modules/user/tests/src/Functional/RestRegisterUserTest.php
RestRegisterUserTest::getExpectedUnauthorizedAccessCacheability function core/modules/user/tests/src/Functional/RestRegisterUserTest.php Returns the expected cacheability of an unauthorized access response.
RestRegisterUserTest::getExpectedUnauthorizedAccessMessage function core/modules/user/tests/src/Functional/RestRegisterUserTest.php Return the expected error message.
RestResourceConfig::getAuthenticationProviders function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported authentication providers.
RestResourceConfig::getAuthenticationProvidersForMethodGranularity function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported authentication providers.
RestResourceConfig::getFormats function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported response formats.
RestResourceConfig::getFormatsForMethodGranularity function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported response formats.
RestResourceConfig::getLabelFromPlugin function core/modules/rest/src/Entity/RestResourceConfig.php The label callback for this configuration entity.
RestResourceConfig::getMethods function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported HTTP methods.
RestResourceConfig::getMethodsForMethodGranularity function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves a list of supported HTTP methods for this resource.
RestResourceConfig::getPluginCollections function core/modules/rest/src/Entity/RestResourceConfig.php Gets the plugin collections used by this object.
RestResourceConfig::getResourcePlugin function core/modules/rest/src/Entity/RestResourceConfig.php Retrieves the REST resource plugin.
RestResourceConfig::getResourcePluginManager function core/modules/rest/src/Entity/RestResourceConfig.php Returns the resource plugin manager.
RestResourceConfig::getRestResourceDependencies function core/modules/rest/src/Entity/RestResourceConfig.php Returns the REST resource dependencies.
RestResourceConfigInterface::getAuthenticationProviders function core/modules/rest/src/RestResourceConfigInterface.php Retrieves a list of supported authentication providers.
RestResourceConfigInterface::getFormats function core/modules/rest/src/RestResourceConfigInterface.php Retrieves a list of supported response formats.
RestResourceConfigInterface::getMethods function core/modules/rest/src/RestResourceConfigInterface.php Retrieves a list of supported HTTP methods.
RestResourceConfigInterface::getResourcePlugin function core/modules/rest/src/RestResourceConfigInterface.php Retrieves the REST resource plugin.
RestResourceConfigResourceTestBase::getExpectedCacheContexts function core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
RestResourceConfigResourceTestBase::getExpectedNormalizedEntity function core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php Returns the expected normalization of the entity.
RestResourceConfigResourceTestBase::getNormalizedPostEntity function core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php Returns the normalized POST entity.
RestResourceConfigTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php Returns the expected JSON:API document for the entity.
RestResourceConfigTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php Returns the JSON:API POST document.

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