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
LanguageTypes::transform function core/modules/language/src/Plugin/migrate/process/LanguageTypes.php Performs the associated process.
LanguageTypesTest class core/modules/language/tests/src/Unit/process/LanguageTypesTest.php @coversDefaultClass \Drupal\language\Plugin\migrate\process\LanguageTypes[[api-linebreak]]
@group language
LanguageTypesTest.php file core/modules/language/tests/src/Unit/process/LanguageTypesTest.php
LanguageTypesTest::testStringInput function core/modules/language/tests/src/Unit/process/LanguageTypesTest.php Tests string input.
LanguageTypesTest::testTransformAll function core/modules/language/tests/src/Unit/process/LanguageTypesTest.php Tests successful transformation of all language types.
LanguageTypesTest::testTransformConfigurable function core/modules/language/tests/src/Unit/process/LanguageTypesTest.php Tests successful transformation of configurable language types.
LanguageUnitTest::testGetDirection function core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php @covers ::getDirection[[api-linebreak]]
LanguageUnitTest::testGetLangcode function core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php @covers ::getId[[api-linebreak]]
LanguageUnitTest::testGetName function core/tests/Drupal/Tests/Core/Language/LanguageUnitTest.php @covers ::getName[[api-linebreak]]
language_get_browser_drupal_langcode_mappings function core/modules/language/language.module Returns language mappings between browser and Drupal language codes.
language_get_default_langcode function core/modules/language/language.module Returns the default language code assigned to an entity type and a bundle.
language_post_update_language_select_widget function core/modules/language/language.post_update.php Add the 'include_locked' settings to the 'language_select' widget.
Layout::get function core/lib/Drupal/Core/Layout/Annotation/Layout.php
LayoutBuilder::getInfo function core/modules/layout_builder/src/Element/LayoutBuilder.php Returns the element properties for this element.
LayoutBuilderContextTrait::getAvailableContexts function core/modules/layout_builder/src/Context/LayoutBuilderContextTrait.php Provides all available contexts, both global and section_storage-specific.
LayoutBuilderDisableForm::getCancelUrl function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns the route to go to if the user cancels the action.
LayoutBuilderDisableForm::getDescription function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns additional text to display as a description.
LayoutBuilderDisableForm::getFormId function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns a unique string identifying the form.
LayoutBuilderDisableForm::getQuestion function core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php Returns the question to ask the user.
LayoutBuilderDisableInteractionsTest::getElementVerticalPosition function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Gets the element position.
LayoutBuilderEntityViewDisplay::getComponent function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the display options set for a component.
LayoutBuilderEntityViewDisplay::getContextsForEntity function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the available contexts for a given entity.
LayoutBuilderEntityViewDisplay::getDefaultRegion function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the default region.
LayoutBuilderEntityViewDisplay::getDefaultSection function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets a default section.
LayoutBuilderEntityViewDisplay::getQuickEditSectionComponent function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Returns the Quick Edit formatter settings.
LayoutBuilderEntityViewDisplay::getRuntimeSections function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the runtime sections for a given entity.
LayoutBuilderEntityViewDisplay::getSectionComponentForFieldName function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the component for a given field name if any.
LayoutBuilderEntityViewDisplay::getSections function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the layout sections.
LayoutBuilderEntityViewDisplayResourceTestBase::getExpectedNormalizedEntity function core/modules/layout_builder/tests/src/Functional/Rest/LayoutBuilderEntityViewDisplayResourceTestBase.php Returns the expected normalization of the entity.
LayoutBuilderEntityViewDisplayTest::getExpectedDocument function core/modules/layout_builder/tests/src/Functional/Jsonapi/LayoutBuilderEntityViewDisplayTest.php Returns the expected JSON:API document for the entity.
LayoutBuilderEntityViewDisplayTest::getSectionStorage function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php Sets up the section storage entity.
LayoutBuilderEntityViewDisplayTest::testGetRuntimeSections function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php @covers ::getRuntimeSections[[api-linebreak]]
@group legacy
@expectedDeprecation \Drupal\layout_builder\Entity\LayoutBuilderEntityViewDisplay::getRuntimeSections() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0.…
LayoutBuilderHtmlEntityFormController::getContentResult function core/modules/layout_builder/src/Controller/LayoutBuilderHtmlEntityFormController.php
LayoutBuilderIsActiveCacheContext::getCacheableMetadata function core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
LayoutBuilderIsActiveCacheContext::getContext function core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php Returns the string representation of the cache context.
LayoutBuilderIsActiveCacheContext::getDisplay function core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php Returns the entity view display for a given entity type and view mode.
LayoutBuilderIsActiveCacheContext::getLabel function core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php Returns the label of the cache context.
LayoutBuilderLocalTaskDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php Gets the definition of all derivatives of a base plugin.
LayoutBuilderOptInTest::getPathForFieldBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php Returns the path to update a field block in the UI.
LayoutBuilderQuickEditTest::getQuickEditFieldId function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
LayoutBuilderRoutes::getSubscribedEvents function core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php
LayoutBuilderSampleEntityGenerator::get function core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php Gets a sample entity for a given entity type and bundle.
LayoutBuilderSectionStorageTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php Tests the UI aspects of section storage.
LayoutBuilderSectionStorageTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php
LayoutBuilderSectionStorageTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php The theme to install as the default for testing.
LayoutBuilderSectionStorageTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php Modules to enable.
LayoutBuilderSectionStorageTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php
LayoutBuilderSectionStorageTest::testRenderByContextAwarePluginDelegate function core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php Tests that section loading is delegated to plugins during rendering.
LayoutBuilderTranslationTest::getAdministratorPermissions function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php Returns an array of permissions needed for the administrator.
LayoutBuilderTranslationTest::getTranslatorPermissions function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTranslationTest.php Returns an array of permissions needed for the translator.

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