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 11.x for __get
  5. Other projects
Title Object type File name Summary
CredentialFormTest::getDestinationSiteCredentials function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Creates an array of destination site credentials for the Credential form.
CredentialFormTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Gets the expected number of entities per entity type after migration.
CredentialFormTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Gets expected number of entities per entity after incremental migration.
CredentialFormTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Gets the missing upgrade paths.
CredentialFormTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/CredentialFormTest.php Gets the source base path for the concrete test.
CronForm::getEditableConfigNames function core/modules/system/src/Form/CronForm.php Gets the configuration names that will be editable.
CronForm::getFormId function core/modules/system/src/Form/CronForm.php Returns a unique string identifying the form.
CronQueueTestDeriver::getDerivativeDefinitions function core/modules/system/tests/modules/cron_queue_test/src/Plugin/Derivative/CronQueueTestDeriver.php Gets the definition of all derivatives of a base plugin.
CropImageEffect::getSummary function core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php Returns a render array summarizing the configuration of the image effect.
CsrfExceptionSubscriber::getHandledFormats function core/lib/Drupal/Core/EventSubscriber/CsrfExceptionSubscriber.php Specifies the request formats this subscriber will respond to.
CsrfTokenGenerator::get function core/lib/Drupal/Core/Access/CsrfTokenGenerator.php Generates a token based on $value, the user session, and the private key.
CsrfTokenGeneratorTest::testGenerateSeedOnGet function core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php Tests that a new token seed is generated upon first use.
CsrfTokenGeneratorTest::testGet function core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php Tests CsrfTokenGenerator::get().
CsrfTokenGeneratorTest::testGetWithNoHashSalt function core/tests/Drupal/Tests/Core/Access/CsrfTokenGeneratorTest.php Tests the exception thrown when no 'hash_salt' is provided in settings.
CssAssetController::getGroups function core/modules/system/src/Controller/CssAssetController.php Get grouped assets.
CssCollectionOptimizer::getAll function core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php Returns all optimized asset collections assets.
CssCollectionOptimizerLazy::getAll function core/lib/Drupal/Core/Asset/CssCollectionOptimizerLazy.php Returns all optimized asset collections assets.
Current::getCacheContexts function core/modules/user/src/Plugin/views/filter/Current.php The cache contexts associated with this object.
CurrentLanguageContext::getAvailableContexts function core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php Gets all available contexts for the purposes of configuration.
CurrentLanguageContext::getRuntimeContexts function core/lib/Drupal/Core/Language/ContextProvider/CurrentLanguageContext.php Gets runtime context values for the given context IDs.
CurrentPathStack::getPath function core/lib/Drupal/Core/Path/CurrentPathStack.php Returns the path of the current request.
CurrentRouteMatch::getCurrentRouteMatch function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the route match for the current request.
CurrentRouteMatch::getMasterRouteMatch function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Gets the master route match..
CurrentRouteMatch::getParameter function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the processed value of a named route parameter.
CurrentRouteMatch::getParameters function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the bag of all processed route parameters.
CurrentRouteMatch::getParentRouteMatch function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the parent route match of the current.
CurrentRouteMatch::getRawParameter function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the raw value of a named route parameter.
CurrentRouteMatch::getRawParameters function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the bag of all raw route parameters.
CurrentRouteMatch::getRouteMatch function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the route match for a passed in request.
CurrentRouteMatch::getRouteMatchFromRequest function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns a route match from a given request, if possible.
CurrentRouteMatch::getRouteName function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the route name.
CurrentRouteMatch::getRouteObject function core/lib/Drupal/Core/Routing/CurrentRouteMatch.php Returns the route object.
CurrentRouteMatchTest::getRouteMatch function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php Build a test route match object for the given implementation.
CurrentRouteMatchTest::testGetCurrentRouteObject function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @covers ::__construct[[api-linebreak]]
@covers ::getRouteObject[[api-linebreak]]
@covers ::getCurrentRouteMatch[[api-linebreak]]
@covers ::getRouteMatch[[api-linebreak]]
CurrentRouteMatchTest::testGetRouteMatchFromRequest function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @covers ::getRouteMatchFromRequest[[api-linebreak]]
CurrentRouteMatchTest::testGetRouteMatchFromRequestWithRouting function core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php @covers ::getRouteMatchFromRequest[[api-linebreak]]
CurrentThemeCondition::getCacheContexts function core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php
CurrentUser::getArgument function core/modules/user/src/Plugin/views/argument_default/CurrentUser.php Return the default argument.
CurrentUser::getCacheContexts function core/modules/user/src/Plugin/views/argument_default/CurrentUser.php The cache contexts associated with this object.
CurrentUser::getCacheMaxAge function core/modules/user/src/Plugin/views/argument_default/CurrentUser.php The maximum age for which this object may be cached.
CurrentUserContext::getAvailableContexts function core/modules/user/src/ContextProvider/CurrentUserContext.php Gets all available contexts for the purposes of configuration.
CurrentUserContext::getRuntimeContexts function core/modules/user/src/ContextProvider/CurrentUserContext.php Gets runtime context values for the given context IDs.
CurrentUserContextTest::testGetAvailableContexts function core/modules/user/tests/src/Kernel/ContextProvider/CurrentUserContextTest.php @covers ::getAvailableContexts[[api-linebreak]]
CustomPageExceptionHtmlSubscriber::getPriority function core/lib/Drupal/Core/EventSubscriber/CustomPageExceptionHtmlSubscriber.php Specifies the priority of all listeners in this class.
CustomPageExceptionHtmlSubscriberTest::testHandleWithGetRequest function core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php Tests onHandleException with a GET request.
CustomStrings::getLanguage function core/lib/Drupal/Core/StringTranslation/Translator/CustomStrings.php Retrieves translations for a given language.
D6NodeDeriver::getDerivativeDefinitions function core/modules/node/src/Plugin/migrate/D6NodeDeriver.php Gets the definition of all derivatives of a base plugin.
D6TermNodeDeriver::getDerivativeDefinitions function core/modules/taxonomy/src/Plugin/migrate/D6TermNodeDeriver.php Gets the definition of all derivatives of a base plugin.
d6_field_instance_widget_settings.yml file core/modules/field/migrations/d6_field_instance_widget_settings.yml core/modules/field/migrations/d6_field_instance_widget_settings.yml
D7Comment::getProcess function core/modules/comment/src/Plugin/migrate/D7Comment.php Gets the normalized process plugin configuration.

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