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
NegotiationBrowserDeleteForm::getFormId function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Returns a unique string identifying the form.
NegotiationBrowserDeleteForm::getQuestion function core/modules/language/src/Form/NegotiationBrowserDeleteForm.php Returns the question to ask the user.
NegotiationBrowserForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationBrowserForm.php Gets the configuration names that will be editable.
NegotiationBrowserForm::getFormId function core/modules/language/src/Form/NegotiationBrowserForm.php Returns a unique string identifying the form.
NegotiationBrowserForm::language_get_browser_drupal_langcode_mappings function core/modules/language/src/Form/NegotiationBrowserForm.php Retrieves the browser's langcode mapping configuration array.
NegotiationConfigureForm::$languageTypes property core/modules/language/src/Form/NegotiationConfigureForm.php Stores the configuration object for language.types.
NegotiationConfigureForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationConfigureForm.php Gets the configuration names that will be editable.
NegotiationConfigureForm::getFormId function core/modules/language/src/Form/NegotiationConfigureForm.php Returns a unique string identifying the form.
NegotiationMiddleware::getContentType function core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php Gets the normalized type of a request.
NegotiationSelectedForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSelectedForm.php Gets the configuration names that will be editable.
NegotiationSelectedForm::getFormId function core/modules/language/src/Form/NegotiationSelectedForm.php Returns a unique string identifying the form.
NegotiationSessionForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationSessionForm.php Gets the configuration names that will be editable.
NegotiationSessionForm::getFormId function core/modules/language/src/Form/NegotiationSessionForm.php Returns a unique string identifying the form.
NegotiationUrlForm::getEditableConfigNames function core/modules/language/src/Form/NegotiationUrlForm.php Gets the configuration names that will be editable.
NegotiationUrlForm::getFormId function core/modules/language/src/Form/NegotiationUrlForm.php Returns a unique string identifying the form.
NegotiatorBase::getRevision function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Gets the identified revision.
NegotiatorBase::getRevisionId function core/modules/jsonapi/src/Revisions/NegotiatorBase.php Gets the revision ID.
NestedArray::getValue function core/lib/Drupal/Component/Utility/NestedArray.php Retrieves a value from a nested array with variable depth.
NestedArrayTest::testGetValue function core/tests/Drupal/Tests/Component/Utility/NestedArrayTest.php Tests getting nested array values.
NestedEntityTestForm::getFormId function core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php Returns a unique string identifying the form.
NewAliasManager::getAliasByPath function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/NewAliasManager.php Given a path, return the alias.
NewAliasManager::getPathByAlias function core/modules/path_alias/tests/modules/path_alias_deprecated_test/src/NewAliasManager.php Given the alias, return the path it represents.
NoBigPipeRouteAlterSubscriber::getSubscribedEvents function core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php
Node::getArgument function core/modules/node/src/Plugin/views/argument_default/Node.php Return the default argument.
Node::getAvailableSorts function core/modules/node/src/Plugin/views/wizard/Node.php Overrides Drupal\views\Plugin\views\wizard\WizardPluginBase::getAvailableSorts().
Node::getCacheContexts function core/modules/node/src/Plugin/views/argument_default/Node.php The cache contexts associated with this object.
Node::getCacheMaxAge function core/modules/node/src/Plugin/views/argument_default/Node.php The maximum age for which this object may be cached.
Node::getCckData function core/modules/node/src/Plugin/migrate/source/d6/Node.php Retrieves raw field data for a node.
Node::getCreatedTime function core/modules/node/src/Entity/Node.php Gets the node creation timestamp.
Node::getCurrentUserId function core/modules/node/src/Entity/Node.php Default value callback for 'uid' base field definition.
Node::getFieldData function core/modules/node/src/Plugin/migrate/source/d6/Node.php Retrieves raw field data for a node.
Node::getFieldInfo function core/modules/node/src/Plugin/migrate/source/d6/Node.php Gets field and instance definitions from the database.
Node::getFieldValues function core/modules/node/src/Plugin/migrate/source/d6/Node.php Gets field values for a node.
Node::getIds function core/modules/node/src/Plugin/migrate/source/d6/Node.php Defines the source fields uniquely identifying a source row.
Node::getIds function core/modules/node/src/Plugin/migrate/source/d7/Node.php Defines the source fields uniquely identifying a source row.
Node::getRevisionAuthor function core/modules/node/src/Entity/Node.php Gets the node revision author.
Node::getTitle function core/modules/node/src/Entity/Node.php Gets the node title.
Node::getType function core/modules/node/src/Entity/Node.php Gets the node type.
NodeAccessGrantsCacheContext::getCacheableMetadata function core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
NodeAccessGrantsCacheContext::getContext function core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php Returns the string representation of the cache context.
NodeAccessGrantsCacheContext::getLabel function core/modules/node/src/Cache/NodeAccessGrantsCacheContext.php Returns the label of the cache context.
NodeAccessLanguageTest class core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php Tests node_access and select queries with node_access tag functionality with
multiple languages with a test node access module that is not language-aware.
NodeAccessLanguageTest.php file core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php
NodeAccessLanguageTest::$modules property core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php Modules to enable.
NodeAccessLanguageTest::setUp function core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php
NodeAccessLanguageTest::testNodeAccess function core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php Tests node access with multiple node languages and no private nodes.
NodeAccessLanguageTest::testNodeAccessPrivate function core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php Tests node access with multiple node languages and private nodes.
NodeAccessLanguageTest::testNodeAccessQueryTag function core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php Tests select queries with a 'node_access' tag and langcode metadata.
NodeAccessTest::testGetDefaultRevisionId function core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php @covers \Drupal\content_moderation\ModerationInformation::getDefaultRevisionId[[api-linebreak]]
NodeAccessTest::testGetLatestRevisionId function core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php @covers \Drupal\content_moderation\ModerationInformation::getLatestRevisionId[[api-linebreak]]
@group legacy
@expectedDeprecation Drupal\content_moderation\ModerationInformation::getLatestRevisionId is deprecated in drupal:8.8.0 and is removed from…

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