| ResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
| ResourceTestBase::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
The name of the tested JSON:API resource type. |
| ResourceTestBase::$uniqueFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Fields that need unique values. |
| ResourceTestBase::getRelationshipFieldNames |
function |
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php |
Gets a list of public relationship names for the resource type under test. |
| ResourceType::$typeName |
property |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
The type name. |
| ResourceType::getFieldByInternalName |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Gets a particular attribute or relationship field by internal field name. |
| ResourceType::getFieldByPublicName |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Gets a particular attribute or relationship field by public field name. |
| ResourceType::getInternalName |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Translates the public field name to the entity field name. |
| ResourceType::getPublicName |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Translates the entity field name to the public field name. |
| ResourceType::getTypeName |
function |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
Gets the type name. |
| ResourceType::TYPE_NAME_URI_PATH_SEPARATOR |
constant |
core/modules/jsonapi/src/ResourceType/ResourceType.php |
A string which is used as path separator in resource type names. |
| ResourceTypeBuildEvent::$resourceTypeName |
property |
core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php |
The JSON:API resource type name of the instance to be built. |
| ResourceTypeBuildEvent::getResourceTypeName |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php |
Gets current resource type name of the resource type to be built. |
| ResourceTypeBuildEvent::setPublicFieldName |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php |
Sets the public name of the given field on the resource type to be built. |
| ResourceTypeBuildEvent::setResourceTypeName |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php |
Sets the name of the resource type to be built. |
| ResourceTypeBuildEventSubscriber::renameResourceType |
function |
core/modules/jsonapi/tests/modules/jsonapi_test_resource_type_building/src/EventSubscriber/ResourceTypeBuildEventSubscriber.php |
Renames any resource types that have been renamed by a test. |
| ResourceTypeField::$internalName |
property |
core/modules/jsonapi/src/ResourceType/ResourceTypeField.php |
The internal field name. |
| ResourceTypeField::$publicName |
property |
core/modules/jsonapi/src/ResourceType/ResourceTypeField.php |
The public field name. |
| 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. |
| ResourceTypeField::withPublicName |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeField.php |
Establishes a new public name for the field. |
| ResourceTypeRelationship::withPublicName |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeRelationship.php |
Establishes a new public name for the field. |
| 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. |
| ResourceTypeRepositoryInterface::getByTypeName |
function |
core/modules/jsonapi/src/ResourceType/ResourceTypeRepositoryInterface.php |
Gets a specific JSON:API resource type based on a supplied typename. |
| ResourceTypeRepositoryTest::testMappingNameConflictCheck |
function |
core/modules/jsonapi/tests/src/Kernel/ResourceType/ResourceTypeRepositoryTest.php |
Ensures that a naming conflict in mapping causes an exception to be thrown. |
| ResponsiveImageFormatterTest::$fieldName |
property |
core/modules/responsive_image/tests/src/Kernel/ResponsiveImageFormatterTest.php |
The name of the image field to use for testing. |
| ResponsiveImageStyleTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php |
The name of the tested JSON:API resource type. |
| RestResourceConfigTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php |
The name of the tested JSON:API resource type. |
| RoleTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/RoleTest.php |
The name of the tested JSON:API resource type. |
| Route::$name |
property |
core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php |
|
| RouteMatch::$routeName |
property |
core/lib/Drupal/Core/Routing/RouteMatch.php |
The route name. |
| RouteMatch::getParameterNames |
function |
core/lib/Drupal/Core/Routing/RouteMatch.php |
Returns the names of all parameters for the currently matched route. |
| RouteMatch::getRouteName |
function |
core/lib/Drupal/Core/Routing/RouteMatch.php |
Returns the route name. |
| RouteMatchInterface::getRouteName |
function |
core/lib/Drupal/Core/Routing/RouteMatchInterface.php |
Returns the route name. |
| RouteMatchTestBase::testGetRouteName |
function |
core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php |
Tests get route name. |
| RouteNameCacheContext |
class |
core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php |
Defines the RouteCacheContext service, for "per route name" caching. |
| RouteNameCacheContext.php |
file |
core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php |
|
| RouteNameCacheContext::getContext |
function |
core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php |
Returns the string representation of the cache context. |
| RouteNameCacheContext::getLabel |
function |
core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php |
Returns the label of the cache context. |
| RouteObjectInterface::CONTROLLER_NAME |
constant |
core/lib/Drupal/Core/Routing/RouteObjectInterface.php |
Key for the controller. |
| RouteObjectInterface::ROUTE_NAME |
constant |
core/lib/Drupal/Core/Routing/RouteObjectInterface.php |
Key for the route name. |
| RouteProvider::$tableName |
property |
core/lib/Drupal/Core/Routing/RouteProvider.php |
The name of the SQL table from which to read the routes. |
| RouteProvider::getRouteByName |
function |
core/tests/Drupal/KernelTests/RouteProvider.php |
Find the route using the provided route name. |
| RouteProvider::getRouteByName |
function |
core/lib/Drupal/Core/Routing/RouteProvider.php |
Find the route using the provided route name. |
| RouteProvider::getRoutesByNames |
function |
core/tests/Drupal/KernelTests/RouteProvider.php |
Find many routes by their names using the provided list of names. |
| RouteProvider::getRoutesByNames |
function |
core/lib/Drupal/Core/Routing/RouteProvider.php |
Find many routes by their names using the provided list of names. |
| RouteProviderInterface::getRouteByName |
function |
core/lib/Drupal/Core/Routing/RouteProviderInterface.php |
Find the route using the provided route name. |
| RouteProviderInterface::getRoutesByNames |
function |
core/lib/Drupal/Core/Routing/RouteProviderInterface.php |
Find many routes by their names using the provided list of names. |
| RouteProviderLazyBuilder::getRouteByName |
function |
core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php |
Find the route using the provided route name. |