ClassLoader::addPrefix |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassLoader.php |
Registers a set of classes |
ArchiverInterface::add |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiverInterface.php |
Adds the specified file or directory to the archive. |
PhpDumper::addServices |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php |
Adds multiple services |
AddCssCommand::$styles |
property |
drupal/core/lib/Drupal/Core/Ajax/AddCssCommand.php |
A string that contains the styles to be added to the page. |
SelectExtender::addTag |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Adds a tag to a query. |
XmlDumper::addServices |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php |
Adds services. |
YamlDumper::addService |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php |
Adds a service |
ArchiveTar::_addString |
function |
drupal/core/lib/Drupal/Component/Archiver/ArchiveTar.php |
|
Route::addRequirements |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Route.php |
Adds requirements. |
QueryBase::addMetaData |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Implements Drupal\Core\Database\Query\AlterableInterface::addMetaData(). |
openid_user_add_submit |
function |
drupal/core/modules/openid/openid.pages.inc |
|
Request::addSubscriber |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php |
@codeCoverageIgnore |
FrozenParameterBag::add |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php |
@api |
MemcacheMock::addServer |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/Mock/MemcacheMock.php |
Add a memcached server to connection pool |
AssetFactory::addWorker |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php |
Adds a factory worker. |
StringBase::addLocation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringBase.php |
Implements Drupal\locale\StringInterface::addLocation(). |
UsageTest::testAddUsage |
function |
drupal/core/modules/file/lib/Drupal/file/Tests/UsageTest.php |
Tests file_usage()->add(). |
MenuTest::addCustomMenu |
function |
drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php |
Add custom menu. |
Compiler::addLogMessage |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/Compiler.php |
Adds a log message. |
AutoExpireFlashBag::add |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php |
Adds a flash message for type. |
Process::addErrorOutput |
function |
drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php |
|
PollJsAddChoiceTest.php |
file |
drupal/core/modules/poll/lib/Drupal/poll/Tests/PollJsAddChoiceTest.php |
Definition of Drupal\poll\Tests\PollJsAddChoiceTest. |
IpAddressTest::tearDown |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Bootstrap/IpAddressTest.php |
Delete created files and temporary files directory, delete the tables created by setUp(),
and reset the database prefix. |
_book_add_form_elements |
function |
drupal/core/modules/book/book.module |
Builds the common elements of the book form for the node and outline forms. |
taxonomy_vocabulary_add |
function |
drupal/core/modules/taxonomy/taxonomy.admin.inc |
Page callback: provides the vocabulary creation form. |
shortcut_admin_add_link |
function |
drupal/core/modules/shortcut/shortcut.admin.inc |
Adds a link to the end of a shortcut set, keeping within a prescribed limit. |
CurlMultiInterface::add |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php |
Add a request to the pool. |
FileUsageInterface::add |
function |
drupal/core/modules/file/lib/Drupal/file/FileUsage/FileUsageInterface.php |
Records that a module is using a file. |
Definition::addArgument |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Definition.php |
Adds an argument to pass to the service constructor/factory method. |
YamlDumper::addServices |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php |
Adds services |
SelectExtender::addJoin |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Join against another table in the database. |
DocParser::addNamespace |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php |
Sets the default namespaces. |
SassFilter::addLoadPath |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php |
|
language_admin_add_form |
function |
drupal/core/modules/language/language.admin.inc |
User interface for the language addition screen. |
Twig_Parser::addHandler |
function |
drupal/core/vendor/twig/twig/lib/Twig/Parser.php |
|
ViewExecutable::addItem |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Adds an instance of a handler to the view. |
SelectInterface::addJoin |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Join against another table in the database. |
AjaxResponse::addCommand |
function |
drupal/core/lib/Drupal/Core/Ajax/AjaxResponse.php |
Add an AJAX command to the response. |
Esi::addSurrogateControl |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Esi.php |
Adds HTTP headers to specify that the Response needs to be parsed for ESI. |
MatcherDumper::addRoutes |
function |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
Adds additional routes to be dumped. |
ClassLoader::addClassMap |
function |
drupal/core/vendor/composer/ClassLoader.php |
|
ClassLoader::addPrefixes |
function |
drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassLoader.php |
Adds prefixes. |
_DiffOp_Add::_DiffOp_Add |
function |
drupal/core/lib/Drupal/Component/Diff/DiffEngine.php |
|
LocalStream::dir_readdir |
function |
drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php |
Support for readdir(). |
shortcut_link_add_submit |
function |
drupal/core/modules/shortcut/shortcut.admin.inc |
Submit handler for shortcut_link_add(). |
shortcut_link_add_inline |
function |
drupal/core/modules/shortcut/shortcut.admin.inc |
Menu page callback: creates a new link in the provided shortcut set. |
CompassFilter::addPlugin |
function |
drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php |
|
XmlDumper::addParameters |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php |
Adds parameters. |
system_add_module_assets |
function |
drupal/core/modules/system/system.module |
Adds CSS and JavaScript files declared in module .info files. |
GraphvizDumper::addNodes |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php |
Returns all nodes. |