| NavigationSectionStorage::$sections |
property |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
An array of sections. |
| NavigationSectionStorage::access |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::buildLocalTasks |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::buildRoutes |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::create |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::deriveContextsFromRoute |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::getConfigName |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
Returns the name to be used to store in the config system. |
| NavigationSectionStorage::getContextMapping |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::getContextsDuringPreview |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::getLayoutBuilderUrl |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::getRedirectUrl |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::getSections |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::getStorageId |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::getStorageType |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::isApplicable |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::label |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::save |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::setSections |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::STORAGE_ID |
constant |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NavigationSectionStorage::__construct |
function |
core/modules/navigation/src/Plugin/SectionStorage/NavigationSectionStorage.php |
|
| NegotiationConfigureForm::$blockStorage |
property |
core/modules/language/src/Form/NegotiationConfigureForm.php |
The block storage. |
| NestedFormTest::$fieldStorageSingle |
property |
core/modules/field/tests/src/Functional/NestedFormTest.php |
|
| NestedFormTest::$fieldStorageUnlimited |
property |
core/modules/field/tests/src/Functional/NestedFormTest.php |
|
| node.grant_storage |
service |
core/modules/node/node.services.yml |
Drupal\node\NodeGrantDatabaseStorage |
| NodeAccessControlHandler::$grantStorage |
property |
core/modules/node/src/NodeAccessControlHandler.php |
The node grant storage. |
| NodeBodyFieldStorageTest |
class |
core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php |
Tests node body field storage. |
| NodeBodyFieldStorageTest.php |
file |
core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php |
|
| NodeBodyFieldStorageTest::$modules |
property |
core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php |
|
| NodeBodyFieldStorageTest::setUp |
function |
core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php |
|
| NodeBodyFieldStorageTest::testFieldOverrides |
function |
core/modules/node/tests/src/Kernel/NodeBodyFieldStorageTest.php |
Tests node body field storage persistence even if there are no instances. |
| NodeEditFormTest::$nodeStorage |
property |
core/modules/node/tests/src/Functional/NodeEditFormTest.php |
The node storage. |
| NodeGrantDatabaseStorage |
class |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Defines a storage handler class that handles the node grants system. |
| NodeGrantDatabaseStorage.php |
file |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
| NodeGrantDatabaseStorage::$database |
property |
core/modules/node/src/NodeGrantDatabaseStorage.php |
The database connection. |
| NodeGrantDatabaseStorage::$languageManager |
property |
core/modules/node/src/NodeGrantDatabaseStorage.php |
The language manager. |
| NodeGrantDatabaseStorage::$moduleHandler |
property |
core/modules/node/src/NodeGrantDatabaseStorage.php |
The module handler. |
| NodeGrantDatabaseStorage::access |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
| NodeGrantDatabaseStorage::alterQuery |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
| NodeGrantDatabaseStorage::buildGrantsQueryCondition |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Creates a query condition from an array of node access grants. |
| NodeGrantDatabaseStorage::checkAll |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
| NodeGrantDatabaseStorage::count |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
| NodeGrantDatabaseStorage::delete |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
| NodeGrantDatabaseStorage::deleteNodeRecords |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
| NodeGrantDatabaseStorage::write |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
| NodeGrantDatabaseStorage::writeDefault |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
|
| NodeGrantDatabaseStorage::__construct |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Constructs a NodeGrantDatabaseStorage object. |
| NodeGrantDatabaseStorageInterface |
interface |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Provides an interface for node access grant storage. |
| NodeGrantDatabaseStorageInterface.php |
file |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
|
| NodeGrantDatabaseStorageInterface::access |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Determines access to nodes based on node grants. |
| NodeGrantDatabaseStorageInterface::alterQuery |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Alters a query when node access is required. |