PassConfig::TYPE_REMOVE |
constant |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/PassConfig.php |
|
SessionTest::testRemove |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php |
@dataProvider setProvider |
Local::removeFileJailed |
function |
drupal/core/lib/Drupal/Core/FileTransfer/Local.php |
Implements Drupal\Core\FileTransfer\FileTransfer::removeFileJailed(). |
book_remove_form_submit |
function |
drupal/core/modules/book/book.pages.inc |
Form submission handler for book_remove_form(). |
hook_update_last_removed |
function |
drupal/core/modules/system/system.api.php |
Return a number which is no longer available as hook_update_N(). |
MemoryBackend::removeBin |
function |
drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php |
Remove a cache bin. |
RemovePrivateAliasesPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php |
Remove private aliases from the container. They were only used to establish
dependencies between services, and these dependencies have been resolved in
one of the previous passes. |
SessionInterface::remove |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/SessionInterface.php |
Removes an attribute. |
DefaultProcessor::remove |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/aggregator/processor/DefaultProcessor.php |
Implements \Drupal\aggregator\Plugin\ProcessorInterface::remove(). |
RemoveCommand::$selector |
property |
drupal/core/lib/Drupal/Core/Ajax/RemoveCommand.php |
The CSS selector for the element(s) to be removed. |
FileTransfer::removeFile |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Removes a file. |
Collection::removeElement |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php |
Removes the specified element from the collection, if it is found. |
ResponseHeaderBag::remove |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ResponseHeaderBag.php |
@api |
ArchiverInterface::remove |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiverInterface.php |
Removes the specified file from the archive. |
RemoveRoleUserTest::setUp |
function |
drupal/core/modules/user/tests/Drupal/user/Tests/Plugin/Action/RemoveRoleUserTest.php |
|
CurlMulti::$removeHandles |
property |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMulti.php |
|
forum_update_last_removed |
function |
drupal/core/modules/forum/forum.install |
Implements hook_update_last_removed(). |
UserInterface::removeRole |
function |
drupal/core/modules/user/lib/Drupal/user/UserInterface.php |
Remove a role from a user. |
book_remove_button_submit |
function |
drupal/core/modules/book/book.pages.inc |
Form submission handler for book_outline_form(). |
DisplayPluginBase::remove |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Reacts on deleting a display. |
Twig_Node::removeAttribute |
function |
drupal/core/vendor/twig/twig/lib/Twig/Node.php |
Removes an attribute. |
DatabaseBackend::removeBin |
function |
drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php |
Remove a cache bin. |
system_update_last_removed |
function |
drupal/core/modules/system/system.install |
|
CurlMultiInterface::remove |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php |
Remove a request from the pool. |
CollectionTest::testRemove |
function |
drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Collections/CollectionTest.php |
|
ViewExecutable::removeItem |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Removes configuration for a handler instance on a given display. |
Database::removeConnection |
function |
drupal/core/lib/Drupal/Core/Database/Database.php |
Remove a connection and its corresponding connection information. |
RemoveCommand::__construct |
function |
drupal/core/lib/Drupal/Core/Ajax/RemoveCommand.php |
Constructs a RemoveCommand object. |
UsageTest::testRemoveUsage |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/UsageTest.php |
Tests file_usage()->delete(). |
SSH::removeDirectoryJailed |
function |
drupal/core/lib/Drupal/Core/FileTransfer/SSH.php |
Implements Drupal\Core\FileTransfer\FileTransfer::removeDirectoryJailed(). |
ProcessorInterface::remove |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/ProcessorInterface.php |
Removes stored feed data. |
AssetCollection::removeLeaf |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php |
Removes a leaf. |
translation_remove_from_set |
function |
drupal/core/modules/translation/translation.module |
Removes a node from its translation set and updates accordingly. |
RemoveFeedItemTest::getInfo |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedItemTest.php |
|
RemoveUnusedDefinitionsPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php |
Removes unused service definitions from the container. |
_book_outline_remove_access |
function |
drupal/core/modules/book/book.module |
Access callback: Determines if the user can remove nodes from the outline. |
RemoveRoleUserTest::getInfo |
function |
drupal/core/modules/user/tests/Drupal/user/Tests/Plugin/Action/RemoveRoleUserTest.php |
This method exists to support the simpletest UI runner. |
UserBCDecorator::removeRole |
function |
drupal/core/modules/user/lib/Drupal/user/UserBCDecorator.php |
Remove a role from a user. |
Definition::removeMethodCall |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Removes a method to call after service initialization. |
RemoveRoleUserTest::$account |
property |
drupal/core/modules/user/tests/Drupal/user/Tests/Plugin/Action/RemoveRoleUserTest.php |
The mocked account. |
RemovePrivateAliasesPass.php |
file |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php |
|
ParameterBagTest::testRemove |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php |
|
ParameterBagTest::testRemove |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php |
@covers Symfony\Component\DependencyInjection\ParameterBag\ParameterBag::remove |
Local::removeDirectoryJailed |
function |
drupal/core/lib/Drupal/Core/FileTransfer/Local.php |
Implements Drupal\Core\FileTransfer\FileTransfer::removeDirectoryJailed(). |
AttributeBagTest::testRemove |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php |
|
AttributeBagInterface::remove |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php |
Removes an attribute. |
ContainerBuilder::removeAlias |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ContainerBuilder.php |
Removes an alias. |
RemoveAbstractDefinitionsPass |
class |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php |
Removes abstract Definitions |
FileTransfer::removeDirectory |
function |
drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php |
Removes a directory. |
AbstractMessage::removeHeader |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php |
Remove a specific HTTP header. |