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
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.
FieldBlock::getEntity function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Gets the entity that has the field.
FieldBlock::getFieldDefinition function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Gets the field definition.
FieldBlock::getFormatter function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Gets the formatter object.
FieldBlock::getPreviewFallbackString function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php
FieldBlockDeriver::getDerivativeDefinitions function core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php Gets the definition of all derivatives of a base plugin.
FieldBlockDeriver::getFieldMap function core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php Returns the entity field map for deriving block definitions.
FieldBlockDeriverTest::getBlockPluginIds function core/modules/layout_builder/tests/src/Kernel/FieldBlockDeriverTest.php Get an uncached list of block plugin IDs.
FieldBlockTest::getTestBlock function core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php Instantiates a block for testing.
FieldConfig::getDisplayOptions function core/modules/field/src/Entity/FieldConfig.php Returns the default display options for the field.
FieldConfig::getFieldStorageDefinition function core/modules/field/src/Entity/FieldConfig.php Returns the field storage definition.
FieldConfig::getUniqueIdentifier function core/modules/field/src/Entity/FieldConfig.php Returns a unique identifier for the field.
FieldConfigBase::getClass function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the class used for creating the typed data object.
FieldConfigBase::getConfig function core/lib/Drupal/Core/Field/FieldConfigBase.php Gets an object that can be saved in configuration.
FieldConfigBase::getConstraint function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns a validation constraint.
FieldConfigBase::getConstraints function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns an array of validation constraints.
FieldConfigBase::getDataType function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the data type of the data.
FieldConfigBase::getDefaultValue function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the default value for the field in a newly created entity.
FieldConfigBase::getDefaultValueCallback function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the default value callback for the field.
FieldConfigBase::getDefaultValueLiteral function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the default value literal for the field.
FieldConfigBase::getDescription function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns a human readable description.
FieldConfigBase::getItemDefinition function core/lib/Drupal/Core/Field/FieldConfigBase.php Gets the data definition of an item of the list.
FieldConfigBase::getLabel function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns a human readable label.
FieldConfigBase::getName function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the machine name of the field.
FieldConfigBase::getSetting function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the value of a given setting.
FieldConfigBase::getSettings function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the array of settings, as required by the used class.
FieldConfigBase::getTargetBundle function core/lib/Drupal/Core/Field/FieldConfigBase.php Gets the bundle the field is attached to.
FieldConfigBase::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the ID of the entity type the field is attached to.
FieldConfigBase::getType function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the field type.
FieldConfigDeleteForm::getCancelUrl function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php
FieldConfigDeleteForm::getConfigNamesToDelete function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Returns config names to delete for the deletion confirmation form.
FieldConfigEditForm::getFormId function core/modules/field_ui/src/Form/FieldConfigEditForm.php Returns a unique string identifying the form.
FieldConfigEditForm::getTitle function core/modules/field_ui/src/Form/FieldConfigEditForm.php The _title_callback for the field settings form.
FieldConfigEditForm::getTypedData function core/modules/field_ui/src/Form/FieldConfigEditForm.php Gets typed data object for the field.
FieldConfigEntityUnitTest::testGetType function core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php @covers ::getType[[api-linebreak]]
FieldConfigListBuilder::$targetBundle property core/modules/field_ui/src/FieldConfigListBuilder.php The name of the bundle the listed fields are attached to.
FieldConfigListBuilder::$targetEntityTypeId property core/modules/field_ui/src/FieldConfigListBuilder.php The name of the entity type the listed fields are attached to.

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