| ReferenceBase.php |
file |
core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php |
|
| ReferenceBase::alterFieldInstanceMigration |
function |
core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php |
Apply any custom processing to the field instance migration. |
| ReferenceBase::defineValueProcessPipeline |
function |
core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php |
Apply any custom processing to the field bundle migrations. |
| ReferenceBase::entityId |
function |
core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php |
Gets the name of the field property which holds the entity ID. |
| ReferenceBase::getEntityTypeMigrationId |
function |
core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php |
Gets the plugin ID for the reference type migration. |
| ReferenceBase::getFieldWidgetMap |
function |
core/modules/migrate_drupal/src/Plugin/migrate/field/ReferenceBase.php |
Get a map between D6 and D8 widgets for this field type. |
| RefinableCacheableDependencyInterface |
interface |
core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php |
Allows to add cacheability metadata to an object for the current runtime. |
| RefinableCacheableDependencyInterface.php |
file |
core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php |
|
| RefinableCacheableDependencyInterface::addCacheableDependency |
function |
core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php |
Adds a dependency on an object: merges its cacheability metadata. |
| RefinableCacheableDependencyInterface::addCacheContexts |
function |
core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php |
Adds cache contexts. |
| RefinableCacheableDependencyInterface::addCacheTags |
function |
core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php |
Adds cache tags. |
| RefinableCacheableDependencyInterface::mergeCacheMaxAge |
function |
core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php |
Merges the maximum age (in seconds) with the existing maximum age. |
| RefinableCacheableDependencyTrait |
trait |
core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php |
Trait for \Drupal\Core\Cache\RefinableCacheableDependencyInterface. |
| RefinableCacheableDependencyTrait.php |
file |
core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php |
|
| RefinableCacheableDependencyTrait::addCacheableDependency |
function |
core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php |
|
| RefinableCacheableDependencyTrait::addCacheContexts |
function |
core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php |
|
| RefinableCacheableDependencyTrait::addCacheTags |
function |
core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php |
|
| RefinableCacheableDependencyTrait::mergeCacheMaxAge |
function |
core/lib/Drupal/Core/Cache/RefinableCacheableDependencyTrait.php |
|
| RefinableCacheableDependencyTraitTest |
class |
core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php |
Tests the cache RefinableCacheableDependencyTrait. |
| RefinableCacheableDependencyTraitTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php |
|
| RefinableCacheableDependencyTraitTest::testNonCacheableDependencyAddDeprecation |
function |
core/tests/Drupal/Tests/Core/Cache/RefinableCacheableDependencyTraitTest.php |
Tests non cacheable dependency add deprecation. |
| RefinableCalculatedPermissions |
class |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php |
Represents a calculated set of permissions with cacheable metadata. |
| RefinableCalculatedPermissions.php |
file |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php |
|
| RefinableCalculatedPermissions::addItem |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php |
|
| RefinableCalculatedPermissions::merge |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php |
|
| RefinableCalculatedPermissions::mergeItems |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php |
Merges two items of identical scope and identifier. |
| RefinableCalculatedPermissions::removeItem |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php |
|
| RefinableCalculatedPermissions::removeItems |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php |
|
| RefinableCalculatedPermissions::removeItemsByScope |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php |
|
| RefinableCalculatedPermissionsInterface |
interface |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php |
Defines the refinable calculated permissions interface. |
| RefinableCalculatedPermissionsInterface.php |
file |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php |
|
| RefinableCalculatedPermissionsInterface::addItem |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php |
Adds a calculated permission item. |
| RefinableCalculatedPermissionsInterface::merge |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php |
Merge another calculated permissions object into this one. |
| RefinableCalculatedPermissionsInterface::removeItem |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php |
Removes a single calculated permission item from a given scope. |
| RefinableCalculatedPermissionsInterface::removeItems |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php |
Removes all of the calculated permission items, regardless of scope. |
| RefinableCalculatedPermissionsInterface::removeItemsByScope |
function |
core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php |
Removes all of the calculated permission items for the given scope. |
| RefinableCalculatedPermissionsTest |
class |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests the RefinableCalculatedPermissions class. |
| RefinableCalculatedPermissionsTest.php |
file |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
|
| RefinableCalculatedPermissionsTest::testAddItem |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests the addition of a calculated permissions item. |
| RefinableCalculatedPermissionsTest::testAddItemOverwrite |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests the overwriting of a calculated permissions item. |
| RefinableCalculatedPermissionsTest::testMerge |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests merging in another CalculatedPermissions object. |
| RefinableCalculatedPermissionsTest::testRemoveItem |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests the removal of a calculated permissions item. |
| RefinableCalculatedPermissionsTest::testRemoveItems |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests the removal of all calculated permissions items. |
| RefinableCalculatedPermissionsTest::testRemoveItemsByScope |
function |
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php |
Tests the removal of calculated permissions items by scope. |
| RefinableDependentAccessInterface |
interface |
core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php |
An interface to allow adding an access dependency. |
| RefinableDependentAccessInterface.php |
file |
core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php |
|
| RefinableDependentAccessInterface::addAccessDependency |
function |
core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php |
Adds an access dependency into the existing access dependency. |
| RefinableDependentAccessInterface::setAccessDependency |
function |
core/lib/Drupal/Core/Access/RefinableDependentAccessInterface.php |
Sets the access dependency. |
| RefinableDependentAccessTrait |
trait |
core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php |
Trait for \Drupal\Core\Access\RefinableDependentAccessInterface. |
| RefinableDependentAccessTrait.php |
file |
core/lib/Drupal/Core/Access/RefinableDependentAccessTrait.php |
|