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. |
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/lib/Drupal/Core/Routing/RouteProvider.php |
Find the route using the provided route name. |
RouteProvider::getRouteByName |
function |
core/tests/Drupal/KernelTests/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. |
RouteProviderLazyBuilder::getRoutesByNames |
function |
core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php |
Find many routes by their names using the provided list of names. |
RouteProviderTest::testRouteByName |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Tests RouteProvider::getRouteByName() & RouteProvider::getRoutesByNames(). |
Routes::CONTROLLER_SERVICE_NAME |
constant |
core/modules/jsonapi/src/Routing/Routes.php |
The service name for the primary JSON:API controller. |
Routes::getFileUploadRouteName |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Get a unique route name for the file upload resource type and route type. |
Routes::getResourceTypeNameFromParameters |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Gets the resource type from a route or request's parameters. |
Routes::getRouteName |
function |
core/modules/jsonapi/src/Routing/Routes.php |
Get a unique route name for the JSON:API resource type and route type. |
RouteSubscriber::$viewRouteNames |
property |
core/modules/views/src/EventSubscriber/RouteSubscriber.php |
Stores an array of route names keyed by view_id.display_id. |
Rss::$namespaces |
property |
core/modules/views/src/Plugin/views/style/Rss.php |
The RSS namespaces. |
RssFeedsForm::getEditableConfigNames |
function |
core/modules/system/src/Form/RssFeedsForm.php |
Gets the configuration names that will be editable. |
RssTest::$fieldName |
property |
core/modules/taxonomy/tests/src/Functional/RssTest.php |
Name of the taxonomy term reference field. |
SandboxDatabaseUpdatesValidator::tokensMatchFunctionNamePattern |
function |
core/modules/package_manager/src/Validator/SandboxDatabaseUpdatesValidator.php |
Determines if a set of tokens contain a function name matching a pattern. |
SanitizeNameTest |
class |
core/modules/file/tests/src/Unit/SanitizeNameTest.php |
Filename sanitization tests. |
SanitizeNameTest.php |
file |
core/modules/file/tests/src/Unit/SanitizeNameTest.php |
|
SanitizeNameTest::provideFilenames |
function |
core/modules/file/tests/src/Unit/SanitizeNameTest.php |
Provides data for testFileNameTransliteration(). |
SanitizeNameTest::testFileNameTransliteration |
function |
core/modules/file/tests/src/Unit/SanitizeNameTest.php |
Test file name sanitization. |
SaveUploadFormTest::testExistingRename |
function |
core/modules/file/tests/src/Functional/SaveUploadFormTest.php |
Tests renaming when uploading over a file that already exists. |
SaveUploadTest::testExistingRename |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests renaming when uploading over a file that already exists. |
SaveUploadTest::testInvalidUtf8FilenameUpload |
function |
core/modules/file/tests/src/Functional/SaveUploadTest.php |
Tests that filenames containing invalid UTF-8 are rejected. |
ScaffoldFileInfo::packageName |
function |
composer/Plugin/Scaffold/ScaffoldFileInfo.php |
Gets the package name. |
ScaffoldFilePath::$packageName |
property |
composer/Plugin/Scaffold/ScaffoldFilePath.php |
The name of the package containing the file. |
ScaffoldFilePath::packageName |
function |
composer/Plugin/Scaffold/ScaffoldFilePath.php |
Gets the name of the package this source file was pulled from. |
Schema::$tempNamespaceName |
property |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
PostgreSQL's temporary namespace name. |
Schema::buildTableNameCondition |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Builds a condition to match a table name with the information schema. |