Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
ResourceTypeBuildEvent::getResourceTypeName function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Gets current resource type name of the resource type to be built.
ResourceTypeBuildEventSubscriber::getSubscribedEvents function core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/src/EventSubscriber/ResourceTypeBuildEventSubscriber.php
ResourceTypeField::getInternalName function core/modules/jsonapi/src/ResourceType/ResourceTypeField.php Gets the internal name of the field.
ResourceTypeField::getPublicName function core/modules/jsonapi/src/ResourceType/ResourceTypeField.php Gets the public name of the field.
ResourceTypeRelationship::getRelatableResourceTypes function core/modules/jsonapi/src/ResourceType/ResourceTypeRelationship.php Gets the relatable resource types.
ResourceTypeRepository::get function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Gets a specific JSON:API resource type based on entity type ID and bundle.
ResourceTypeRepository::getAllBundlesForEntityType function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Gets all bundle IDs for a given entity type.
ResourceTypeRepository::getAllFieldNames function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Gets all field names for a given entity type and bundle.
ResourceTypeRepository::getByTypeName function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Gets a specific JSON:API resource type based on a supplied typename.
ResourceTypeRepository::getFields function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Gets the field mapping for the given field names and entity type + bundle.
ResourceTypeRepository::getRelatableResourceTypesFromFieldDefinition function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Get relatable resource types from a field definition.
ResourceTypeRepositoryInterface::get function core/modules/jsonapi/src/ResourceType/ResourceTypeRepositoryInterface.php Gets a specific JSON:API resource type based on entity type ID and bundle.
ResourceTypeRepositoryInterface::getByTypeName function core/modules/jsonapi/src/ResourceType/ResourceTypeRepositoryInterface.php Gets a specific JSON:API resource type based on a supplied typename.
ResourceTypeRepositoryTest::getFieldsProvider function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Data provider for testMappingNameConflictCheck.
ResourceTypeRepositoryTest::getProvider function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Data provider for testGet.
ResourceTypeRepositoryTest::testGet function core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php Tests get.
ResponseGeneratorSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/ResponseGeneratorSubscriber.php
ResponseStatus::getCacheContexts function core/modules/system/src/Plugin/Condition/ResponseStatus.php
ResponsiveImage::getInfo function core/modules/responsive_image/src/Element/ResponsiveImage.php Returns the element properties for this element.
ResponsiveImageBuilder::getImageDimensions function core/modules/responsive_image/src/ResponsiveImageBuilder.php Determines the dimensions of an image.
ResponsiveImageBuilder::getImageStyleUrl function core/modules/responsive_image/src/ResponsiveImageBuilder.php Returns the given image style URL.
ResponsiveImageBuilder::getMimeType function core/modules/responsive_image/src/ResponsiveImageBuilder.php Determines the MIME type of an image.
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.
ResponsiveImageStyleConfigEntityUnitTest::testGetImageStyleMapping function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php Tests get image style mapping.
ResponsiveImageStyleConfigEntityUnitTest::testGetImageStyleMappings function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php Tests get image style mappings.
ResponsiveImageStyleConfigEntityUnitTest::testGetKeyedImageStyleMappings function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php Tests get keyed image style mappings.
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.
ResponsiveImageStyles::getIds function core/modules/responsive_image/src/Plugin/migrate/source/d7/ResponsiveImageStyles.php Defines the source fields uniquely identifying a source row.
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.
ResponsiveImageThemeHooks class core/modules/responsive_image/src/Hook/ResponsiveImageThemeHooks.php Theme hooks for responsive_image.
ResponsiveImageThemeHooks.php file core/modules/responsive_image/src/Hook/ResponsiveImageThemeHooks.php
ResponsiveImageThemeHooks::preprocessResponsiveImage function core/modules/responsive_image/src/Hook/ResponsiveImageThemeHooks.php Prepares variables for a responsive image.

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