ObjectRepository.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php |
|
ObjectManager::merge |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Merges the state of a detached object into the persistence context
of this ObjectManager and returns the managed copy of the object.
The object passed to merge will not become associated/managed with this ObjectManager. |
ObjectManager::clear |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Clears the ObjectManager. All objects that are currently managed
by this ObjectManager become detached. |
ObjectManager::flush |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Flushes all changes to objects that have been queued up to now to the database.
This effectively synchronizes the in-memory state of managed objects with the
database. |
ViewUIObjectTest.php |
file |
drupal/core/modules/views_ui/tests/Drupal/views_ui/Tests/ViewUIObjectTest.php |
Contains \Drupal\views_ui\Tests\ViewUIObjectTest. |
SplObjectStorage.php |
file |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Comparator/SplObjectStorage.php |
|
PersistentObjectTest |
class |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
@group DDC-1448 |
PHP_Token_OBJECT_CAST |
class |
drupal/core/vendor/phpunit/php-token-stream/PHP/Token.php |
|
FormTestServiceObject |
class |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestServiceObject.php |
Provides a test form object. |
FooObject::__toString |
function |
drupal/core/vendor/twig/twig/test/Twig/Tests/Extension/SandboxTest.php |
|
PersistentObject::$cm |
property |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php |
|
PersistentObject::set |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php |
Sets a persistent fields value. |
PersistentObject::get |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php |
Get persistent field value. |
PersistentObject::add |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php |
Add an object to a collection |
ObjectManager::remove |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Removes an object instance. |
ObjectManager::detach |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Detaches an object from the ObjectManager, causing a managed object to
become detached. Unflushed changes made to the object if any
(including removal of the object), will not be synchronized to the database.
Objects which previously referenced the… |
FormObjectTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormObjectTest.php |
Sets up a Drupal site for running functional and integration tests. |
TestObject::$children |
property |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
MenuLink::$routeObject |
property |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
The route object associated with this menu link, if any. |
objects_countable.test |
file |
drupal/core/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/objects_countable.test |
|
CacheTest::testObjects |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/CacheTest.php |
|
TestBase::randomObject |
function |
drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php |
Generates a random PHP object. |
ObjectRepository::find |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php |
Finds an object by its primary key / identifier. |
ObjectManagerAware.php |
file |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManagerAware.php |
|
ObjectManager::persist |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Tells the ObjectManager to make an instance managed and persistent. |
ObjectManager::refresh |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Refreshes the persistent state of an object from the database,
overriding any local changes that have not yet been persisted. |
Inline::$objectSupport |
property |
drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Inline.php |
|
ObjectHasAttribute.php |
file |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Constraint/ObjectHasAttribute.php |
|
FormTestArgumentsObject |
class |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestArgumentsObject.php |
Provides a test form object that needs arguments. |
FileValidatorObjectTest |
class |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/FileValidatorObjectTest.php |
|
TestObject::__construct |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php |
|
ObjectManager::contains |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectManager.php |
Check if the object is part of the current UnitOfWork and therefore
managed. |
FormObjectTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormObjectTest.php |
|
invalid_object_name.yml |
file |
drupal/core/modules/config/tests/config_test_invalid_name/config/invalid_object_name.yml |
drupal/core/modules/config/tests/config_test_invalid_name/config/invalid_object_name.yml |
TwigReferenceObjectTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TwigReferenceObjectTest.php |
TwigReferenceObjectTest class. |
MenuLink::setRouteObject |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/Plugin/Core/Entity/MenuLink.php |
Sets the route object for this link. |
RouteObject::getRouteKey |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Enhancer/RouteObject.php |
Get the route key. |
FormTestControllerObject |
class |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestControllerObject.php |
Provides a test form object. |
RouteObjectInterface.php |
file |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteObjectInterface.php |
|
PersistentObject::__call |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/PersistentObject.php |
Magic method that implements |
ObjectRepository::findBy |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/ObjectRepository.php |
Finds objects by a set of criteria. |
CustomArrayObject::count |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php |
|
assertObjectHasAttribute |
function |
drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/Assert/Functions.php |
Asserts that an object has a specified attribute. |
Framework_MockObjectTest |
class |
drupal/core/vendor/phpunit/phpunit-mock-objects/Tests/MockObjectTest.php |
@package PHPUnit_MockObject
@author Sebastian Bergmann <sb@sebastian-bergmann.de>
@author Patrick Mueller <elias0@gmx.net>
@author Frank Kleine <mikey@stubbles.net>
@copyright 2010-2013 Sebastian Bergmann… |
LOCALE_JS_OBJECT_CONTEXT |
constant |
drupal/core/modules/locale/locale.module |
Regular expression to match an object containing a key 'context'. |
FormObjectTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/FormObjectTest.php |
Modules to enable. |
PersistentObjectTest.php |
file |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php |
|
RouteObject::getRouteKey |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ProviderBasedGeneratorTest.php |
Get the route key. |
FormTestServiceObject.php |
file |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestServiceObject.php |
Contains \Drupal\form_test\FormTestServiceObject. |
FormTestObject::getFormID |
function |
drupal/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/FormTestObject.php |
Implements \Drupal\Core\Form\FormInterface::getFormID(). |