Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
ManagedStorage::exists function core/lib/Drupal/Core/Config/ManagedStorage.php Returns whether a configuration object exists.
ManagedStorage::getAllCollectionNames function core/lib/Drupal/Core/Config/ManagedStorage.php Gets the existing collections.
ManagedStorage::getCollectionName function core/lib/Drupal/Core/Config/ManagedStorage.php Gets the name of the current collection the storage is using.
ManagedStorage::getStorage function core/lib/Drupal/Core/Config/ManagedStorage.php Get the decorated storage from the manager if necessary.
ManagedStorage::listAll function core/lib/Drupal/Core/Config/ManagedStorage.php Gets configuration object names starting with a given prefix.
ManagedStorage::read function core/lib/Drupal/Core/Config/ManagedStorage.php Reads configuration data from the storage.
ManagedStorage::readMultiple function core/lib/Drupal/Core/Config/ManagedStorage.php Reads configuration data from the storage.
ManagedStorage::rename function core/lib/Drupal/Core/Config/ManagedStorage.php Renames a configuration object in the storage.
ManagedStorage::write function core/lib/Drupal/Core/Config/ManagedStorage.php Writes configuration data to the storage.
ManagedStorage::__construct function core/lib/Drupal/Core/Config/ManagedStorage.php ManagedStorage constructor.
ManagedStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Tests ManagedStorage operations.
ManagedStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::getStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Get the config storage.
ManagedStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManagedStorageTest::testInvalidStorage function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php Tests an invalid storage.
ManagedStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
ManageFieldsFunctionalTest::addPersistentFieldStorage function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that persistent field storage appears in the field UI.
ManageFieldsTest::testFieldDropButtonOperations function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php
ManageGitIgnore::addToGitIgnore function composer/Plugin/Scaffold/ManageGitIgnore.php Adds a set of entries to the specified .gitignore file.
ManageGitIgnore::managementOfGitIgnoreEnabled function composer/Plugin/Scaffold/ManageGitIgnore.php Determines whether we should manage gitignore files.
ManageGitIgnoreTest::testAppendToEmptySettingsIsUnmanaged function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Test appending to an unmanaged file, and confirm it is not .gitignored.
ManageOptions::getOptions function composer/Plugin/Scaffold/ManageOptions.php Gets the root-level scaffold options for this project.
ManyToOne class core/modules/views/src/Plugin/views/filter/ManyToOne.php Complex filter to handle filtering for many to one relationships,
such as terms (many terms per node) or roles (many roles per user).
ManyToOne class core/modules/views/src/Plugin/views/argument/ManyToOne.php An argument handler for use in fields that have a many to one relationship
with the table(s) to the left. This adds a bunch of options that are
reasonably common with this type of relationship.
Definition terms:
ManyToOne.php file core/modules/views/src/Plugin/views/filter/ManyToOne.php
ManyToOne.php file core/modules/views/src/Plugin/views/argument/ManyToOne.php
ManyToOne::$helper property core/modules/views/src/Plugin/views/filter/ManyToOne.php Stores the Helper object which handles the many_to_one complexity.
ManyToOne::$valueFormType property core/modules/views/src/Plugin/views/filter/ManyToOne.php
ManyToOne::buildOptionsForm function core/modules/views/src/Plugin/views/argument/ManyToOne.php Provide a form to edit options for this plugin.
ManyToOne::defineOptions function core/modules/views/src/Plugin/views/filter/ManyToOne.php Information about options for all kinds of purposes will be held here.
ManyToOne::defineOptions function core/modules/views/src/Plugin/views/argument/ManyToOne.php Information about options for all kinds of purposes will be held here.
ManyToOne::ensureMyTable function core/modules/views/src/Plugin/views/filter/ManyToOne.php Override ensureMyTable so we can control how this joins in.
The operator actually has influence over joining.
ManyToOne::ensureMyTable function core/modules/views/src/Plugin/views/argument/ManyToOne.php Override ensureMyTable so we can control how this joins in.
The operator actually has influence over joining.
ManyToOne::init function core/modules/views/src/Plugin/views/filter/ManyToOne.php Overrides \Drupal\views\Plugin\views\HandlerBase::init().
ManyToOne::init function core/modules/views/src/Plugin/views/argument/ManyToOne.php Overrides Drupal\views\Plugin\views\HandlerBase:init().
ManyToOne::operators function core/modules/views/src/Plugin/views/filter/ManyToOne.php This kind of construct makes it relatively easy for a child class
to add or remove functionality by overriding this function and
adding/removing items from this array.
ManyToOne::opHelper function core/modules/views/src/Plugin/views/filter/ManyToOne.php
ManyToOne::query function core/modules/views/src/Plugin/views/argument/ManyToOne.php Set up the query for this argument.
ManyToOne::summaryArgument function core/modules/views/src/Plugin/views/argument/ManyToOne.php Provide the argument to use to link from the summary to the next level;
this will be called once per row of a summary, and used as part of
$view->getUrl().
ManyToOne::summaryQuery function core/modules/views/src/Plugin/views/argument/ManyToOne.php Build the info for the summary query.
ManyToOne::title function core/modules/views/src/Plugin/views/argument/ManyToOne.php Get the title this argument will assign the view, given the argument.
ManyToOne::titleQuery function core/modules/views/src/Plugin/views/argument/ManyToOne.php Override for specific title lookups.
ManyToOne::valueForm function core/modules/views/src/Plugin/views/filter/ManyToOne.php Options form subform for setting options.
ManyToOneHelper class core/modules/views/src/ManyToOneHelper.php This many to one helper object is used on both arguments and filters.
ManyToOneHelper.php file core/modules/views/src/ManyToOneHelper.php
ManyToOneHelper::addFilter function core/modules/views/src/ManyToOneHelper.php
ManyToOneHelper::addTable function core/modules/views/src/ManyToOneHelper.php Add a table to the query.

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