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
FeedInterface::getWebsiteUrl function core/modules/aggregator/src/FeedInterface.php Returns the parent website of the feed.
FeedItemsDeleteForm::getCancelUrl function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php Returns the route to go to if the user cancels the action.
FeedItemsDeleteForm::getConfirmText function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php Returns a caption for the button that confirms the action.
FeedItemsDeleteForm::getQuestion function core/modules/aggregator/src/Form/FeedItemsDeleteForm.php Returns the question to ask the user.
FeedLanguageTest class core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php Tests aggregator feeds in multiple languages.
FeedLanguageTest.php file core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php
FeedLanguageTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php The theme to install as the default for testing.
FeedLanguageTest::$langcodes property core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php List of langcodes.
FeedLanguageTest::$modules property core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php Modules to install.
FeedLanguageTest::setUp function core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php
FeedLanguageTest::testFeedLanguage function core/modules/aggregator/tests/src/Functional/FeedLanguageTest.php Tests creation of feeds with a language.
FeedResourceTestBase::getExpectedNormalizedEntity function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Returns the expected normalization of the entity.
FeedResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Return the expected error message.
FeedResourceTestBase::getNormalizedPostEntity function core/modules/aggregator/tests/src/Functional/Rest/FeedResourceTestBase.php Returns the normalized POST entity.
FeedStorage::getFeedIdsToRefresh function core/modules/aggregator/src/FeedStorage.php Returns the fids of feeds that need to be refreshed.
FeedStorageInterface::getFeedIdsToRefresh function core/modules/aggregator/src/FeedStorageInterface.php Returns the fids of feeds that need to be refreshed.
FeedStorageSchema::getSharedTableFieldSchema function core/modules/aggregator/src/FeedStorageSchema.php Gets the schema for a single field definition.
FeedTest::getExpectedDocument function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Returns the expected JSON:API document for the entity.
FeedTest::getExpectedUnauthorizedAccessMessage function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Return the expected error message.
FeedTest::getPostDocument function core/modules/aggregator/tests/src/Functional/Jsonapi/FeedTest.php Returns the JSON:API POST document.
Field Widget API group core/modules/field/field.api.php Define Field API widget types.
Field::getIds function core/modules/field/src/Plugin/migrate/source/d6/Field.php Defines the source fields uniquely identifying a source row.
Field::getIds function core/modules/field/src/Plugin/migrate/source/d7/Field.php Defines the source fields uniquely identifying a source row.
FieldableEntity::getEntityTranslationSourceLanguage function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php Gets an entity source language from the 'entity_translation' table.
FieldableEntity::getFields function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php Returns all non-deleted field instances attached to a specific entity type.
FieldableEntity::getFieldValues function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php Retrieves field values for a single field of a single entity.
FieldableEntityInterface::get function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Gets a field item list.
FieldableEntityInterface::getFieldDefinition function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Gets the definition of a contained field.
FieldableEntityInterface::getFieldDefinitions function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Gets an array of field definitions of all contained fields.
FieldableEntityInterface::getFields function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Gets an array of all field item lists.
FieldableEntityInterface::getTranslatableFields function core/lib/Drupal/Core/Entity/FieldableEntityInterface.php Gets an array of field item lists for translatable fields.
FieldableEntityNormalizerTrait::getEntityFieldManager function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Returns the entity field manager.
FieldableEntityNormalizerTrait::getEntityTypeDefinition function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Gets the entity type definition.
FieldableEntityNormalizerTrait::getEntityTypeManager function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Returns the entity type manager.
FieldableEntityNormalizerTrait::getEntityTypeRepository function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Returns the entity type repository.
FieldApiDataTest::getViewsData function core/modules/views/tests/src/Kernel/FieldApiDataTest.php Gets the views data for the field created in setUp().
FieldAPIHandlerTrait::getEntityFieldManager function core/modules/views/src/FieldAPIHandlerTrait.php Returns the entity field manager.
FieldAPIHandlerTrait::getFieldDefinition function core/modules/views/src/FieldAPIHandlerTrait.php Gets the field definition.
FieldAPIHandlerTrait::getFieldStorageDefinition function core/modules/views/src/FieldAPIHandlerTrait.php Gets the field storage configuration.
FieldAttachStorageTest class core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests storage-related Field Attach API functions.
FieldAttachStorageTest.php file core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php
FieldAttachStorageTest::setUp function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Set the default field storage backend for fields created during tests.
FieldAttachStorageTest::testEntityCreateBundle function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests entity_bundle_create().
FieldAttachStorageTest::testEntityDeleteBundle function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests entity_bundle_delete().
FieldAttachStorageTest::testFieldAttachDelete function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests entity deletion.
FieldAttachStorageTest::testFieldAttachLoadMultiple function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests the 'multiple' load feature.
FieldAttachStorageTest::testFieldAttachSaveEmptyData function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests insert and update with empty or NULL fields.
FieldAttachStorageTest::testFieldAttachSaveEmptyDataDefaultValue function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests insert with empty or NULL fields, with default value.
FieldAttachStorageTest::testFieldAttachSaveLoad function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Check field values insert, update and load.
FieldBlock::getApplicablePluginOptions function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Returns an array of applicable formatter options for a field.

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