Search for __get

  1. Search 7.x for __get
  2. Search 8.9.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
ConfigMapperInterface::getOverviewRouteName function core/modules/config_translation/src/ConfigMapperInterface.php Returns route name for the translation overview route.
ConfigMapperInterface::getOverviewRouteParameters function core/modules/config_translation/src/ConfigMapperInterface.php Returns the route parameters for the translation overview route.
ConfigMapperInterface::getTitle function core/modules/config_translation/src/ConfigMapperInterface.php Returns title of this translation page.
ConfigMapperInterface::getTypeLabel function core/modules/config_translation/src/ConfigMapperInterface.php Returns the label of the type of data the mapper encapsulates.
ConfigMapperInterface::getTypeName function core/modules/config_translation/src/ConfigMapperInterface.php Returns the name of the type of data the mapper encapsulates.
ConfigMapperInterface::getWeight function core/modules/config_translation/src/ConfigMapperInterface.php Returns the weight of the mapper.
ConfigMapperManager::getDiscovery function core/modules/config_translation/src/ConfigMapperManager.php Gets the plugin discovery.
ConfigMapperManager::getMappers function core/modules/config_translation/src/ConfigMapperManager.php Returns an array of all mappers.
ConfigMapperManagerInterface::getMappers function core/modules/config_translation/src/ConfigMapperManagerInterface.php Returns an array of all mappers.
ConfigMapperManagerTest::getElement function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Returns a mocked schema element.
ConfigMapperManagerTest::getNestedElement function core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php Returns a mocked nested schema element.
ConfigMapperPopulateEvent::getMapper function core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php Gets the configuration mapper this event is related to.
ConfigMapperPopulateEvent::getRouteMatch function core/modules/config_translation/src/Event/ConfigMapperPopulateEvent.php Gets the route match this event is related to.
ConfigModuleOverridesEvent::getLanguage function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Gets configuration language.
ConfigModuleOverridesEvent::getNames function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Gets configuration names.
ConfigModuleOverridesEvent::getOverrides function core/lib/Drupal/Core/Config/ConfigModuleOverridesEvent.php Get configuration overrides.
ConfigNamesMapper::getAddRoute function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route object for a translation add form route.
ConfigNamesMapper::getAddRouteName function core/modules/config_translation/src/ConfigNamesMapper.php Returns route name for the translation add form route.
ConfigNamesMapper::getAddRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation add form route.
ConfigNamesMapper::getBasePath function core/modules/config_translation/src/ConfigNamesMapper.php Returns a processed path for the base route the mapper is attached to.
ConfigNamesMapper::getBaseRoute function core/modules/config_translation/src/ConfigNamesMapper.php Returns the base route object the mapper is attached to.
ConfigNamesMapper::getBaseRouteName function core/modules/config_translation/src/ConfigNamesMapper.php Returns the name of the base route the mapper is attached to.
ConfigNamesMapper::getBaseRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the base route the mapper is attached to.
ConfigNamesMapper::getConfigData function core/modules/config_translation/src/ConfigNamesMapper.php Returns an array with all configuration data.
ConfigNamesMapper::getConfigNames function core/modules/config_translation/src/ConfigNamesMapper.php Returns an array of configuration names for the mapper.
ConfigNamesMapper::getContextualLinkGroup function core/modules/config_translation/src/ConfigNamesMapper.php Returns the name of the contextual link group to add contextual links to.
ConfigNamesMapper::getDeleteRoute function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route object for the translation deletion route.
ConfigNamesMapper::getDeleteRouteName function core/modules/config_translation/src/ConfigNamesMapper.php Returns route name for the translation deletion route.
ConfigNamesMapper::getDeleteRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation deletion route.
ConfigNamesMapper::getEditRoute function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route object for a translation edit form route.
ConfigNamesMapper::getEditRouteName function core/modules/config_translation/src/ConfigNamesMapper.php Returns route name for the translation edit form route.
ConfigNamesMapper::getEditRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation edit form route.
ConfigNamesMapper::getLangcode function core/modules/config_translation/src/ConfigNamesMapper.php Returns the original language code of the configuration.
ConfigNamesMapper::getLangcodeFromConfig function core/modules/config_translation/src/ConfigNamesMapper.php Returns the language code of a configuration object given its name.
ConfigNamesMapper::getOperations function core/modules/config_translation/src/ConfigNamesMapper.php Provides an array of information to build a list of operation links.
ConfigNamesMapper::getOverviewPath function core/modules/config_translation/src/ConfigNamesMapper.php Returns a processed path for the translation overview route.
ConfigNamesMapper::getOverviewRoute function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route object for a translation overview route.
ConfigNamesMapper::getOverviewRouteName function core/modules/config_translation/src/ConfigNamesMapper.php Returns route name for the translation overview route.
ConfigNamesMapper::getOverviewRouteParameters function core/modules/config_translation/src/ConfigNamesMapper.php Returns the route parameters for the translation overview route.
ConfigNamesMapper::getTitle function core/modules/config_translation/src/ConfigNamesMapper.php Returns title of this translation page.
ConfigNamesMapper::getTypeLabel function core/modules/config_translation/src/ConfigNamesMapper.php Returns the label of the type of data the mapper encapsulates.
ConfigNamesMapper::getTypeName function core/modules/config_translation/src/ConfigNamesMapper.php Returns the name of the type of data the mapper encapsulates.
ConfigNamesMapper::getWeight function core/modules/config_translation/src/ConfigNamesMapper.php Returns the weight of the mapper.
ConfigNamesMapperTest::testGetAddRoute function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getAddRoute().
ConfigNamesMapperTest::testGetAddRouteName function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getAddRouteName().
ConfigNamesMapperTest::testGetAddRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getAddRouteParameters().
ConfigNamesMapperTest::testGetBasePath function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getBasePath().
ConfigNamesMapperTest::testGetBaseRoute function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getBaseRoute().
ConfigNamesMapperTest::testGetBaseRouteName function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getBaseRouteName().
ConfigNamesMapperTest::testGetBaseRouteParameters function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Tests ConfigNamesMapper::getBaseRouteParameters().

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