NumberListField::summaryName |
function |
core/modules/options/src/Plugin/views/argument/NumberListField.php |
Provides the name to use for the summary, defaults to the name field. |
NumericArgument::getSortName |
function |
core/modules/views/src/Plugin/views/argument/NumericArgument.php |
Return a description of how the argument would normally be sorted. |
OffsetPage::KEY_NAME |
constant |
core/modules/jsonapi/src/Query/OffsetPage.php |
The JSON:API pagination key name. |
OptionsFieldUITest::$fieldName |
property |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
Name of the option field. |
OptionsFieldUITest::$typeName |
property |
core/modules/options/tests/src/Functional/OptionsFieldUITest.php |
The name of the created content type. |
OptionsFieldUnitTestBase::$fieldName |
property |
core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php |
The field name used in the test. |
OptionsTestBase::$fieldNames |
property |
core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php |
The used field names. |
OverridesSectionStorage::FIELD_NAME |
constant |
core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php |
The field name used by this storage. |
Page header for Namespaces page |
group |
core/core.api.php |
Introduction to namespaces |
PagePreviewTest::$fieldName |
property |
core/modules/node/tests/src/Functional/PagePreviewTest.php |
The name of the created field. |
ParamNotConvertedException::$routeName |
property |
core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php |
The route name that was not converted. |
ParamNotConvertedException::getRouteName |
function |
core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php |
Get the route name that was not converted. |
PathAliasResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
PathAliasTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
The fields that are protected against modification during PATCH requests. |
PathAliasTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/PathAliasTest.php |
The name of the tested JSON:API resource type. |
PathItem::mainPropertyName |
function |
core/modules/path/src/Plugin/Field/FieldType/PathItem.php |
Returns the name of the main property, if any. |
PathPluginBase::getAlteredRouteNames |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Returns the list of routes overridden by Views. |
PathPluginBase::getRouteName |
function |
core/modules/views/src/Plugin/views/display/PathPluginBase.php |
Returns the route name for the display. |
PathPluginBaseTest::testCollectRoutesWithNamedParameters |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the collectRoutes method with a path containing named parameters. |
PathPluginBaseTest::testCollectRoutesWithSpecialRouteName |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the collect routes method with an alternative route name in the UI. |
PathPluginBaseTest::testGetRouteName |
function |
core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php |
Tests the getRouteName method. |
PerComponentEntityDisplay::MODE_NAME |
constant |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php |
|
PerComponentEntityFormDisplay::MODE_NAME |
constant |
core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php |
|
PerformanceForm::getEditableConfigNames |
function |
core/modules/system/src/Form/PerformanceForm.php |
Gets the configuration names that will be editable. |
PermissionHandler::getModuleNames |
function |
core/modules/user/src/PermissionHandler.php |
Returns all module names. |
PhpStreamWrapperInterface::rename |
function |
core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php |
Renames a file or directory. |
PoHeader::$languageName |
property |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Human readable language name. |
PoHeader::$projectName |
property |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Name of the project the translation belongs to. |
PoHeader::getLanguageName |
function |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Gets the human readable language name. |
PoHeader::getProjectName |
function |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Gets the project name. |
PoHeader::setLanguageName |
function |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Set the human readable language name. |
PoHeader::setProjectName |
function |
core/lib/Drupal/Component/Gettext/PoHeader.php |
Set the project name. |
PrivateFileOnTranslatedEntityTest::$fieldName |
property |
core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php |
The name of the file field used in the test. |
PrivateStream::getName |
function |
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
Returns the name of the stream wrapper for use in the UI. |
ProfileExtensionList::getInstalledExtensionNames |
function |
core/lib/Drupal/Core/Extension/ProfileExtensionList.php |
Returns a list of machine names of installed extensions. |
ProfileField::setTableNames |
function |
core/modules/user/src/Plugin/migrate/source/ProfileField.php |
Helper to set the profile field table names. |
ProjectInfo::getProjectName |
function |
core/lib/Drupal/Core/Utility/ProjectInfo.php |
Determines what project a given file object belongs to. |
Provider::$name |
property |
core/modules/media/src/OEmbed/Provider.php |
The provider name. |
Provider::getName |
function |
core/modules/media/src/OEmbed/Provider.php |
Returns the provider name. |
ProxyBuilder::buildProxyClassName |
function |
core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php |
Generates the used proxy class name from a given class name. |
ProxyBuilder::buildProxyNamespace |
function |
core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php |
Generates the used proxy namespace from a given class name. |
ProxyBuilderTest::testBuildProxyClassName |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
@covers ::buildProxyClassName |
ProxyBuilderTest::testBuildProxyClassNameForModule |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
@covers ::buildProxyClassName |
ProxyBuilderTest::testBuildProxyNamespace |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
@covers ::buildProxyNamespace |
PublicStream::getName |
function |
core/lib/Drupal/Core/StreamWrapper/PublicStream.php |
Returns the name of the stream wrapper for use in the UI. |
QueryBase::$namespaces |
property |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
List of potential namespaces of the classes belonging to this query. |
QueryBase::getNamespaces |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Gets a list of namespaces of the ancestors of a class. |
QueryFactory::$namespaces |
property |
core/lib/Drupal/Core/Config/Entity/Query/QueryFactory.php |
The namespace of this class, the parent class etc. |
QueryFactory::$namespaces |
property |
core/lib/Drupal/Core/Entity/Query/Sql/QueryFactory.php |
The namespace of this class, the parent class etc. |
QueryFactory::$namespaces |
property |
core/lib/Drupal/Core/Entity/Query/Null/QueryFactory.php |
The namespace of this class, the parent class etc. |